Skip to content

zhiephie/vue-parcel-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vuejs Parcel Example

A minimum viable Vue app with Parcel Bundler.

Getting started

Clone and install deps

git clone [email protected]:zhiephie/vue-parcel-example.git
cd vue-parcel-example
yarn 
yarn start

Then open http://localhost:1234 and edit index.js and press save. Parcel will automagically hot reload you files whenever you make changes.

Building for Production

npm run build

This will compile your JS and copy your index.html to the dist folder which you can deploy whereever as as a good ol' webpage.

Note: There is a bug in Parcel right now messing up minified builds with uglifyjs

About

Minimum viable Vue app with Parcel Bundler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published