// 安装脚手架 $ npm install parcel-vue -g // 初始化 $ parcel-vue project $ cd project $ npm install
npm run dev
npm run build
https://parceljs.org/getting_started.html 中文文档非常好
https://github.com/w3c-king/parcel-vue