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

https://github.com/ammezie/vue-parcel


https://github.com/ammezie/vue-parcel

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# vue-parcel

> Using Parcel in a Vue.js app

## Getting Started

Clone the project repository by running the command below if you are using SSH:

```bash
git clone [email protected]:ammezie/vue-parcel.git
```

If you are using HTTPS, use this instead

```bash
git clone https://github.com/ammezie/vue-parcel.git
```

## Build Setup

```bash
# install dependencies
npm install

# serve with hot reload at localhost:1234
npm run dev

# build for production with minification
npm run build
```