Skip to content

Boilerplate code for my Vue projects.

License

Notifications You must be signed in to change notification settings

shawnduong/vue-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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