Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 1.46 KB

README.md

File metadata and controls

70 lines (48 loc) · 1.46 KB

vue-cli-template

Template Status

GitHub Status Percy Status

First-time Setup

yarn install
yarn git:init

Pull updates from the upstream template repository.

yarn git:pull:template

Compiles and hot-reloads for development

yarn vue:serve

Compiles and minifies for production

yarn build

ESLint Commands

  • yarn test:lint

HTML Validate Commands

  • yarn test:vue
  • yarn test:html

Jest Commands

  • yarn test:unit
  • yarn test:unit:ci
  • yarn test:unit:update
  • yarn test:unit:coverage

Prettier Commands

  • yarn prettier
  • yarn prettier:check
  • yarn prettier:write

Customize configuration

See Configuration Reference.

Tools in Use