parcel-vuejs-starterkit
v1.0.0
Published
[parcel](https://github.com/parcel-bundler/parcel) - fast, zero configuration web application bundler. Here is examle of usign parcel with [vuejs](https://vuejs.org/).
Maintainers
Readme
parcel-vuejs-starterkit
parcel - fast, zero configuration web application bundler. Here is examle of usign parcel with vuejs.

Usage
Install dependencies. parcel-bundler is main tool. Using parcel-plugin-vue this plugin will generate code through vueify.
$ npm installJust run npm run dev or npm run build for development and build. public-url is equivalent to the resource's reference path.
$ npm run dev # watch mode
$ npm run build # build bundle