Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 313 Bytes

File metadata and controls

38 lines (26 loc) · 313 Bytes

Vue Template

Use as a template for starting Vue projects.

Contains:

  • Vue
  • Vue Router
  • Vuex
  • Webpack
  • Babel
  • Jest

Instructions

Set up:

yarn install

Development:

yarn start

Production:

yarn build

Test:

yarn test