Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
/ parcel-vue-simple Public archive
forked from shawwn/parcel-simple

A simple Parcel + Vue.js setup for quick prototyping.

Notifications You must be signed in to change notification settings

higarin/parcel-vue-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 

Repository files navigation

parcel-vue-simple

A simple Parcel + Vue.js setup for quick prototyping. Note this template is not suitable for production.

Parcel includes Initial vue support.

Usage

This is a project template for vue-cli.

$ yarn global add vue-cli parcel-bundler
$ vue init lulichn/parcel-vue-simple my-project
$ cd my-project
$ yarn install
$ yarn dev

What's Included

  • yarn dev: Parcel with proper config for source maps & hot-reload.

  • yarn build: build with HTML/CSS/JS minification.

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with vue-cli:

vue init username/repo my-project

About

A simple Parcel + Vue.js setup for quick prototyping.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 80.6%
  • HTML 13.0%
  • JavaScript 6.4%