All Projects → vuejs-tips → vue-component-template

vuejs-tips / vue-component-template

Licence: other
Vue.js template to build standalone components

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to vue-component-template

Carbon Web Components
Carbon Design System variant on top of Web Components
Stars: ✭ 171 (+714.29%)
Mutual labels:  component-library
Govuk React
An implementation of the GOV.UK Design System in React using CSSinJS
Stars: ✭ 219 (+942.86%)
Mutual labels:  component-library
design-systems
A list of famous design systems, design languages and guidelines
Stars: ✭ 403 (+1819.05%)
Mutual labels:  component-library
Vue Atlas
A Vue.js 2 UI component library.
Stars: ✭ 173 (+723.81%)
Mutual labels:  component-library
Protovue
A prototyping component library
Stars: ✭ 195 (+828.57%)
Mutual labels:  component-library
Gulp Front
Frontend boilerplate and framework based on gulp, pug, stylus and babel
Stars: ✭ 237 (+1028.57%)
Mutual labels:  component-library
Terraform Aws Components
Opinionated, self-contained Terraform root modules that each solve one, specific problem
Stars: ✭ 168 (+700%)
Mutual labels:  component-library
paragon
💎 An accessible, theme-ready design system built for learning applications and Open edX.
Stars: ✭ 85 (+304.76%)
Mutual labels:  component-library
Vuent
🎨 Vue.js components implementing Microsoft Fluent Design
Stars: ✭ 207 (+885.71%)
Mutual labels:  component-library
bindable
A design system built in Aurelia JS that allows for faster and easier web development.
Stars: ✭ 20 (-4.76%)
Mutual labels:  component-library
Ej2 Vue Ui Components
Syncfusion Vue UI component library offer more than 50+ cross-browser, responsive, and lightweight vue UI controls for building modern web applications.
Stars: ✭ 182 (+766.67%)
Mutual labels:  component-library
Precise Ui
📐 React UI Component Library powered by ZEISS.
Stars: ✭ 192 (+814.29%)
Mutual labels:  component-library
Ugnis
Visual CSS generator for React
Stars: ✭ 249 (+1085.71%)
Mutual labels:  component-library
Zent
A collection of essential UI components written with React.
Stars: ✭ 2,133 (+10057.14%)
Mutual labels:  component-library
vue-component-lib-starter
A bare-bones example of creating your own Vue component library.
Stars: ✭ 221 (+952.38%)
Mutual labels:  component-library
Semantic Ui React
The official Semantic-UI-React integration
Stars: ✭ 12,561 (+59714.29%)
Mutual labels:  component-library
Fomantic Ui
Fomantic-UI is a community fork of Semantic-UI
Stars: ✭ 2,755 (+13019.05%)
Mutual labels:  component-library
react-dsfr
Non-official React components of the official french Système de Design de l'État.
Stars: ✭ 48 (+128.57%)
Mutual labels:  component-library
miter-design
Miter Design component library made with ♡ by Prefect
Stars: ✭ 14 (-33.33%)
Mutual labels:  component-library
Psi
Platform for Situated Intelligence
Stars: ✭ 249 (+1085.71%)
Mutual labels:  component-library

Vue Component Template Using Webpack

Build your standalone components using this tiny template.

This template is Vue 2.x only.

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init vuejs-tips/vue-component-webpack-template my-component
$ cd my-component
$ npm run dev
$ npm run dist
$ npm run dist:demo
$ npm run demo:open

The generated output in ./dist can be used with node and the browser.

What's Included

  • NOTHING. Just use the global vue-cli

For configuration and detailed explanation on how things work, consult the docs for vue-cli build.

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with vue-cli:

vue init your-username/your-template your-component

TODO

  • Include unit testing
  • Correctly generate css in dist
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].