8000 GitHub - codetheorist/vue-component-boilerplate: A VueJS template for building re-usable, packaged, VueJS components.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A VueJS template for building re-usable, packaged, VueJS components.

License

Notifications You must be signed in to change notification settings

codetheorist/vue-component-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VueJS Component Boilerplate

Build Status

A VueJS template for building re-usable, packaged, VueJS components.

Usage

This is a template for use with the Vue CLI command line tool.

To get yourself up and running, simply run the following code at the command line.

npm install -g vue-cli
vue init vue-template/vue-component-boilerplate awesome-new-component
cd awesome-new-component
npm install
npm run serve

The built files can be found in the dist folder and can be used in NodeJS environments and also as a UMD module in the browser - hoorah!!

0