@zerot2s/lazy-loader
v0.0.3
Published
Dynamically lazy loading javascript or stylesheets
Downloads
2
Readme
lazy-loader
Dynamically lazy loading javascript or stylesheets
based on https://github.com/Euiyeon/ts-lib-webpack-starter.git
features
- [x] TypeScript 3.0
- [x] TSLint
- [x] standard JS
- [x] AVA, nyc
- [x] Webpack 4
- [x] Standard Version
continuous integration
- Codacy - Automated code reviews & code analytics
- CircleCI - Continuous Integration and Delivery
- codecov - leading, dedicated code coverage
- snyk.io - Continuously find and fix vulnerabilities for npm
development
run webpack-dev-server localhost:3033
yarn serve
build
yarn build
publish
yarn build
yarn release
npm link
npm publish --access public
document
API Document: https://zerot2s.github.io/lazy-loader/
- generate:
yarn doc
- publish:
yarn doc:publish
todo
- git integration
- [ ] Codacy
- [ ] CircleCI
- [ ] codecov
- [ ] snyk.io