An open API service indexing awesome lists of open source software.

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.

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.