https://github.com/ammezie/vue-parcel
https://github.com/ammezie/vue-parcel
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ammezie/vue-parcel
- Owner: ammezie
- Created: 2018-08-21T11:46:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T09:46:43.000Z (over 2 years ago)
- Last Synced: 2025-03-15T01:02:45.096Z (about 2 months ago)
- Language: HTML
- Size: 631 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```