vue-parcel

Using Parcel in a Vue.js app

Getting Started

Clone the project repository by running the command below if you use SSH

git clone git@github.com:ammezie/vue-parcel.git

If you use https, use this instead

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

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build