1.0.2 • Published 5 years ago
jrm-vue-boilerplate v1.0.2
JRM - Vue Boilerplate Builder
Vue builder template boilerplate. Create, compile or serve your Vue application in seconds. Use this project as a base template or a starting point for your project
Get the project
Project is available via Github, NPM or direct download:
Install
Github
- Clone the repo
git clone https://github.com/jrmarco/jrm-vue-boilerplate.git- Enter folder
cd jrm-vue-boilerplate/- Install package from local
npm installNPM package
npm install jrm-vue-boilerplate
Usage & Commands
Probject comes with a sample Vue Application file ( App.vue ) readymade. Project can be immediately build or serve as a sample or template for your project.
- Build the application as developing mode, with webpack
npm run dev- Build the application as production mode, with webpack
npm run prod
// OR
npm run build- Build the application and serve it, with webpack
npm run serve- Use linting
npm run lint // print errors, notice
npm run lint:fix // fix errors and noticeContributing
- Fork the Project from Github
- Create your Feature Branch (
git checkout -b feature/<myFeature>) - Commit your Changes (
git commit -m 'Add some feature') - Push to the Branch (
git push origin feature/<myFeature>) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Jrmarco - developer@bigm.it