Skip to content

ryanjwilke/vue-cli-template

Repository files navigation

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