Package Exports
- bili
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bili) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Features
- ๐ Fast, zero-config by default.
- ๐ฆ Using Rollup under the hood.
- ๐ Automatically transforms JS files using Buble/Babel.
- ๐
Built-in support for
CSSSassStylusLessCSS modules. - ๐ถ Ridiculously easy to use Rollup plugins if you want.
- ๐จ Friendly error logging experience.
In umd format it inlines node modules (could be turned off) so it takes a bit longer.
Install
๐ Migrating from v1 to v2? Check out release note.
๐ Migrating from v2 to v3? Check out release note.
# Globally
yarn global add bili
# Locally
yarn add bili --devIf you prefer npm:
# Globally
npm i -g bili
# Locally
npm i -D biliUsage
Bundle src/index.js with a single command:
biliThen you will get ./dist/index.cjs.js. To generate in more formats, try:
bili --format cjs,es,umd,umd-minThen 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 formatDive into the documentation to see more neat features!
Here're some quick links:
- How to use Rollup plugins
- How to use Flow/TypeScript or any compile-to-js language
- How to transpile CSS files
- How to transpile Vue files
Bundled by Bili
- cac - Simple yet powerful framework for building command-line interface.
- vue-final-form - ๐ High performance subscription-based form state management for Vue.js.
- babel-preset-vue - Babel preset for transforming Vue JSX.
- uncouple - A simple lib to uncouple prototype methods.
- cullender - A simple and composable way to filter data.
- vuex-handler - A vuex plugin to globally handle actions successes and failures.
- gulp-html-accents - A gulp plugin that parse accents and special characters to HTMLEntities.
- vue-data-tablee - A pretty simple Vue DataTable component with some features like sort and select rows.
- vue-uuid - Vue plugin to add UUID methods to Vue instance.
- vue-gh-corners - :octocat: GitHub Corners for Vue.
- alphaX - ๐ฅ Fueling your scaffolding.
- vuejs-storage - Vue.js and vuex plugin to persistence data with localStorage/sessionStorage.
- w7 - โ๏ธ Serves the pure htmls, updates the browser on changes.
- consola - Elegant Console Logger
- vue-slide-bar - ๐ข A simple Vue slider bar component.
- vue-svg-filler - ๐จ Vue component for customize svg file.
- vue-lib-template - ๐ A simple template for building and publishing component/library to NPM (bundled by bili).
- vue-highlight-text - Vue component for highlight multiple instances of a word.
- vue-spinkit - A collection of loading indicators animated with CSS for VueJS
- vue-chat-autosize-typebox - Vue component of typebox chat with autosize
- vue-emoji-react - a clone of slack emoji reactions in VueJS
- vue-infinite-slide-bar - โ Infinite slide bar component.
- vue-img-inputer - ๐ A graceful image type inputer / uploader* vuex-dry - Keep your vuex codes DRY
- apitool - An organized way to work with your APIs
- vuedarkmode - A Minimalist Dark Design System for Vue.js ๐จ
- v-stylish - Vue.js directives to easly manipulate dynamic classes and styles
- Feel free to submit yours
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Author
bili ยฉ EGOIST, Released under the MIT License.
Authored and maintained by EGOIST with help from contributors (list).
egoist.moe ยท GitHub @EGOIST ยท Twitter @_egoistlily