Skip to content

Dhruuva/parcel-vue-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start template Parcel + Vue3

Also using pug and stylus

It's simple MPA ( multy page application)

Goal to explore how much Vue composition API compatible with third party build tool. Conclusion - the Parcel build tool very friendly to Vue 3 and extremely fast.

Project contain three component and four pages for realizing different scenarios ( approach ) for practical development. All of this can help you asking the question - Why not start using Parcel build tool in your development stack. So If You have no enough satisfactions from other build tool or you seeking some fresh experience or you are just inquiring - try it. Also if you are not using popular build tools yet this boilerplate help you making optimal chose and safe your time in experimental work.

setup

The easiest way to get started is to clone the repository:

# Get the latest snapshot
git clone https://github.com/Dhruuva/parcel-vue-template.git myproject

# Change directory
cd myproject

# Install NPM dependencies
npm install


# Then simply start your app
npm start

Compiles and hot-reloads for development

npm run serve
or
npm run watch (without dev server, only a HMR server).

About

Boilerplate Vue3 + Parcel for fast start and exploring capability.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published