https://github.com/cantonjs/front-end-lib-boilerplate
Front end lib boilerplate
https://github.com/cantonjs/front-end-lib-boilerplate
boilerplate boilerplate-template browser front-end javascript lib-boilerplate
Last synced: about 1 year ago
JSON representation
Front end lib boilerplate
- Host: GitHub
- URL: https://github.com/cantonjs/front-end-lib-boilerplate
- Owner: cantonjs
- License: mit
- Created: 2017-02-16T04:57:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T15:58:51.000Z (over 7 years ago)
- Last Synced: 2025-01-24T16:12:33.530Z (over 1 year ago)
- Topics: boilerplate, boilerplate-template, browser, front-end, javascript, lib-boilerplate
- Language: JavaScript
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# front-end-lib-boilerplate
## Supports
- ES6 (using `webpack` and `babel`)
- Auto testing (using `karma` and `mocha`)
- Output `cmd`, `umd`, and minified `umd` files.
## Start a project
Make sure you have installed [Node.js](https://nodejs.org/).
1. `git clone` this repo
2. `cd` to this repo dir, and run `node setup`
3. Happy hacking
## Related Projects
- [react-lib-boilerplate](https://github.com/cantonjs/react-lib-boilerplate)
## License
MIT