Aymkdn / vue-component-light-template

Vue.js template to build standalone components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 aymkdn/vue-component-light-template my-component
$ cd my-component
$ npm install poi --save-dev
$ npm run demo
$ npm run build

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

About

Vue.js template to build standalone components

License:MIT License


Languages

Language:Vue 47.4%Language:JavaScript 33.5%Language:HTML 19.1%