Skip to content

sacki5/veturpack

 
 

Repository files navigation

Veturpack

Project based on vuepack to try Vetur.

Usage

$ yarn
$ yarn dev

Things to Try

  • Do a emmet expansion on the html template.
  • Try _. in Counter.vue to see lodash auto completion.
  • Edit .eslintrc to config linting rules.
  • Remove // @ts-check and add it back to see their difference.
  • Format the document.
  • Change some options in vetur.format.* then format again.
  • Install another library with types, such as jquery.
    • npm i -S jquery && npm i -D @types/jquery.
    • Put import * as $ from 'jquery'.
    • Try some jquery auto completion by typing $..
  • Try some auto completion in scss.

Beyond

This repo only contains minimum setup.

For a more comprehensive setup, refer to https://github.com/chrisvfritz/vue-enterprise-boilerplate.

License

MIT © Pine Wu

About

Project based on vuepack to try Vetur.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • Vue 14.1%
  • HTML 1.8%