$ npm install bili
CSS
Sass
Stylus
Less
CSS modules
.In umd
format it inlines node modules (could be turned off) so it takes a bit longer.
๐ Migrating from v1 to v2? Check out release note.
# Globally
yarn global add bili
# Locally
yarn add bili --dev
If you prefer npm:
# Globally
npm i -g bili
# Locally
npm i -D bili
Bundle src/index.js
with a single command:
bili
Then you will get ./dist/index.cjs.js
. To generate in more formats, try:
bili --format cjs,es,umd,umd-min
Then you will get:
index.js # UMD format
index.min.js # Minified UMD format
index.min.js.map # Sourcemaps for minified UMD format
index.cjs.js # CommonJS format
index.es.js # ES module format
Dive into the documentation to see more neat features!
Here're some quick links:
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
bili ยฉ EGOIST, Released under the MIT License.
Authored and maintained by EGOIST with help from contributors (list).
egoist.moe ยท GitHub @EGOIST ยท Twitter @_egoistlily
© 2010 - cnpmjs.org x YWFE | Home | YWFE