1.0.0 • Published 8 years ago
parcel-vuejs-starterkit v1.0.0
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 bundle1.0.0
8 years ago