jrm-vue-boilerplate

1.0.2 • Public • Published

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

  1. Github

    1. Clone the repo
    git clone https://github.com/jrmarco/jrm-vue-boilerplate.git
    1. Enter folder
    cd jrm-vue-boilerplate/
    1. Install package from local
    npm install
  2. NPM 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.

  1. Build the application as developing mode, with webpack
   npm run dev
  1. Build the application as production mode, with webpack
   npm run prod
   // OR
   npm run build
  1. Build the application and serve it, with webpack
   npm run serve
  1. Use linting
   npm run lint // print errors, notice
   npm run lint:fix // fix errors and notice

Contributing

  1. Fork the Project from Github
  2. Create your Feature Branch (git checkout -b feature/<myFeature>)
  3. Commit your Changes (git commit -m 'Add some feature')
  4. Push to the Branch (git push origin feature/<myFeature>)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Jrmarco - developer@bigm.it

Readme

Keywords

none

Package Sidebar

Install

npm i jrm-vue-boilerplate

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

5.41 kB

Total Files

8

Last publish

Collaborators

  • jrmarco