1.0.0 • Published 6 years ago

parcel-vuejs-starterkit v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

parcel-vuejs-starterkit

parcel - fast, zero configuration web application bundler. Here is examle of usign parcel with vuejs.

npm.io

Usage

Install dependencies. parcel-bundler is main tool. Using parcel-plugin-vue this plugin will generate code through vueify.

$ npm install

Just 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