Skip to content

fe-101/parcel-quick-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel 快速入门

Parcel 是 Web 应用打包工具,适用于经验不同的开发者。它利用多核处理提供了极快的速度,并且不需要任何配置。 —— parcel.io


使用

下载安装

$ git clone git@github.com:haloislet/parcel-quick-start.git 
$ cd parcel-quick-start
$ npm install

启动开发环境

$ npm run dev 

构建生产环境

$ npm run build

启动本地服务器查看生产环境

$ npm run start

parcel 特性

  • html,css,javsctipt 热更新
  • html,css 压缩
  • javascipt 压缩混淆
  • ✨ source map (2018.1.23 新增)

分支

vue.js template


许可证

The MIT License (MIT)