dtrillian / vue-parcel-starter

a simple vue.js starter with parcel

Home Page:https://edm00se.codes/vue-parcel-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-parcel-starter

build status

This is a simple starter file for vue.js with parcel. I love both vue.js and parcel, so having a base starter to use just makes sense.

Alternatively, you can just load up this starter at its corresponding codesandbox url: https://codesandbox.io/s/github/edm00se/vue-parcel-starter

Features

Installation

  • git clone
  • cd vue-parcel-starter
  • npm install

Usage

  • npm run dev gives you a development server with hot reloading
  • npm run build creates a production ready build
  • npm test runs test suites

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 🙂

History

This is based heavily upon the example of parcel with vue.js from the parcel examples repo. This will grow over time to build out inclusion of some features unique from the source example.

Unique Features (So Far)

  • sass/scss support
  • testing via jest

Credits

License

MIT

About

a simple vue.js starter with parcel

https://edm00se.codes/vue-parcel-starter/


Languages

Language:JavaScript 52.2%Language:Vue 34.6%Language:HTML 13.2%