/vue-parcel-starter

a simple vue.js starter with parcel

Primary LanguageJavaScript

vue-parcel-starter

build and deploy status npm test status

This is a simple starter file for vue.js 3 with parcel v2. 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

  • npx degit edm00se/vue-parcel-starter my-app
  • cd my-app
  • npm install

GitHub Template

This repository is hosted on GitHub, in which it is marked as a "template". Clicking the big green "Use this template" button from this repo's homepage.

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

Related

Credits

License

MIT