Project based on vuepack to try Vetur.
$ yarn
$ yarn dev- Do a emmet expansion on the html template.
- Try
_.inCounter.vueto see lodash auto completion. - Edit
.eslintrcto config linting rules. - Remove
// @ts-checkand 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.
This repo only contains minimum setup.
For a more comprehensive setup, refer to https://github.com/chrisvfritz/vue-enterprise-boilerplate.
MIT © Pine Wu