Skip to content

A simple template for multi-page project by Parcel

License

Notifications You must be signed in to change notification settings

JZLeung/parcel-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-demo

A simple template for multi-page project by Parcel

Usage

Install

$   npm install parcel-bundler --global
$   cd parcel-demo
$   npm install
#   if you use yarn , you can also run `yarn`

Develope

$   npm run dev
#   or `yarn dev`

Build

$   npm run build
#   or `yarn build`

Your codes are all in ./build directory.

License

MIT is open-sourced software licensed under the MIT license

About

A simple template for multi-page project by Parcel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published