Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 442 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 442 Bytes

Vue Template

Boilerplate code for my Vue projects.

Usage

  1. Clone or fork the repository.
$ git clone git@github.com:shawnduong/vue-template.git
  1. Create a new Vue project.
$ npm create vue
  1. Replace the default src/ boilerplate with this template's src/ boilerplate.
$ cd /your/project/
$ rm -rf src/
$ cp -r /this/template/src/ /your/project/
  1. Run.
$ npm install
$ npm run dev