Boilerplate for Vue.js & Typescript, base on Parcel bundler.
Name | Status | Description |
---|---|---|
@parcel-vue-ts/cli | command line | |
@parcel-vue-ts/template | template |
npm install -g @parcel-vue-ts/cli
mkdir demo
cd demo
parcel-vue-ts // init project...
npm install
npm run dev
Parcel has a development server built in, which will automatically rebuild your app as you change files and supports hot module replacement for fast development.
npm run build
When you build production, parcel defaults to enable miniatation.
npm run test:unit
Unit test the code using jest,and you can run through npm run test:coverage
to get the test coverage.
You can preview the result by: https://masonz.github.io/parcel-vue-ts/
MIT © masonz