@adent/parcel-boiler-es6 中文文档教程
Parcel Boilerplate ES6
Usage
- Create a project
- Make necessary installation with
npx @adent/parcel-boiler-es6
What it installs?
- jQuery + jQuery UI
- Bootstrap + popper.js
- FontAwesome
- babel-core + babel-runtime + babel-plugin-transform-runtime
- Two files, index.html and main.js is prepared (if not exists)
- Adds two run scripts to
package.json
-npm run dev
andnpm run build
Parcel Boilerplate ES6
Usage
- Create a project
- Make necessary installation with
npx @adent/parcel-boiler-es6
What it installs?
- jQuery + jQuery UI
- Bootstrap + popper.js
- FontAwesome
- babel-core + babel-runtime + babel-plugin-transform-runtime
- Two files, index.html and main.js is prepared (if not exists)
- Adds two run scripts to
package.json
-npm run dev
andnpm run build