Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Same as VueJS Webpack Simple but using ParcelJS bundler instead.

Notifications You must be signed in to change notification settings

viniciuskneves/vuejs-template-parcel-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

vuejs-template-parcel-simple

A simple Vue 2.0 with ParcelJS bundler setup for quick prototyping. This template is based on vuejs-templates/webpack-simple.

Usage

This is a project template for vue-cli.

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

What's Included

  • npm run dev: serve with hot reload at localhost:1234

  • npm run build: build for production

For detailed explanation on how things work, consult the docs for ParcelJS.

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

Same as VueJS Webpack Simple but using ParcelJS bundler instead.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published