Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 1 KB

readme.md

File metadata and controls

33 lines (20 loc) · 1 KB

create-vue-parcel

This is an npm initializer to do the repetitive setup I do when setting up a vue.js + parcel application. This follows the create-deck package quite heavily.

Usage

npm init vue-parcel my-app-name

or

npx create-vue-parcel my-app-name

Features

This generates a copy of edm00se/vue-parcel-starter. The application includes, out of the box:

Credits

Inspired by:

License

MIT