https://github.com/colmugx/parcel-vue
A simple parcel + vue setup for quick prototyping.
https://github.com/colmugx/parcel-vue
parcel parcel-vue parceljs
Last synced: 3 months ago
JSON representation
A simple parcel + vue setup for quick prototyping.
- Host: GitHub
- URL: https://github.com/colmugx/parcel-vue
- Owner: colmugx
- Created: 2017-12-31T13:41:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T03:05:40.000Z (almost 7 years ago)
- Last Synced: 2025-01-02T13:47:32.484Z (5 months ago)
- Topics: parcel, parcel-vue, parceljs
- Language: JavaScript
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parcel-vue
### Usage
This is a project template for [vue-cli](https://github.com/vuejs/vue-cli).
``` bash
$ npm install -g vue-cli
$ vue init ColMugX/parcel-vue my-project
$ cd my-project
$ npm install
$ npm run dev
```### What's Included
- `npm run dev`: parcel
- `npm run build`: build with HTML/CSS/JS minification.