codetheorist / vue-component-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!!

About

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

License:MIT License


Languages

Language:JavaScript 94.4%Language:Vue 5.6%