Skip to content

eddyerburgh/parcel-vuejs-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-parcel-boilerplate

A full-featured Parcel setup with hot-reload, unit testing & css extraction.

This template is Vue 2.0 compatible.

Documentation

  • For Vue 2.0: general information about how to work with Vue, not specific to this template

Usage

This is a project template for vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.

$ npm install -g vue-cli
$ vue init eddyerburgh/parcel-vuejs-template my-project
$ cd my-project
$ npm install
$ npm run dev

The development server will run on port 1234 by default. If that port is already in use on your machine, the next free port will be used.

What's Included

  • npm run dev: first-in-class development experience.

    • Hot-reload
    • Source maps
  • npm run unit: Unit tests run in JSDOM with Jest

    • Supports ES2015+ in test files.
    • Easy mocking.

About

Parcel template for Vue CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •