Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codetheorist/vue-component-boilerplate
A VueJS template for building re-usable, packaged, VueJS components.
https://github.com/codetheorist/vue-component-boilerplate
boilerplate javascript template vue vue-boilerplate vue-cli vue-component vuejs vuejs-components webpack
Last synced: about 1 month ago
JSON representation
A VueJS template for building re-usable, packaged, VueJS components.
- Host: GitHub
- URL: https://github.com/codetheorist/vue-component-boilerplate
- Owner: codetheorist
- License: mit
- Created: 2018-02-26T15:02:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T23:16:14.000Z (almost 7 years ago)
- Last Synced: 2024-04-13T09:20:38.263Z (9 months ago)
- Topics: boilerplate, javascript, template, vue, vue-boilerplate, vue-cli, vue-component, vuejs, vuejs-components, webpack
- Language: JavaScript
- Size: 31.3 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VueJS Component Boilerplate
[![Build Status](https://travis-ci.org/codetheorist/vue-component-boilerplate.svg?branch=master)](https://travis-ci.org/codetheorist/vue-component-boilerplate)
A VueJS template for building re-usable, packaged, VueJS components.
#### Usage
This is a template for use with the [Vue CLI](https://github.com/vuejs/vue-cli) command line tool.
To get yourself up and running, simply run the following code at the command line.
```bash
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!!