https://github.com/explooosion/webpack4-boilerplate-google-map
Webpack 4 boilerplate for googlemap projects without front-end framework.
https://github.com/explooosion/webpack4-boilerplate-google-map
boilerplate eslint googlemap no-framework scss stylelint webpack4
Last synced: 2 months ago
JSON representation
Webpack 4 boilerplate for googlemap projects without front-end framework.
- Host: GitHub
- URL: https://github.com/explooosion/webpack4-boilerplate-google-map
- Owner: explooosion
- Created: 2018-10-20T08:59:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T04:10:48.000Z (over 6 years ago)
- Last Synced: 2025-01-24T22:11:25.936Z (4 months ago)
- Topics: boilerplate, eslint, googlemap, no-framework, scss, stylelint, webpack4
- Language: JavaScript
- Homepage: http://robby570.tw/webpack4-boilerplate-googlemap/
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack4 Boilerplate Googlemap
Webpack 4 boilerplate for googlemap projects without front-end framework.
### This boilerpate includes:
- webpack4
- googlemap
- jquery
- bootstrap4
- stylelint
- eslint
- es6---
## Installation
```bash
git clone https://github.com/explooosion/webpack4-boilerplate-googlemap.git
```## Start
```bash
yarn start # npm start
```## Build
```bash
yarn build # npm run build
```## Lint
Run with eslint and stylelint.
```bash
yarn lint # npm run lint
```### Stylelint
Auto fix with the following command:
```bash
yarn stylelint:fix
```## Credits
- [Ediur/webpack4-boilerplate](https://github.com/Ediur/webpack4-boilerplate)
## License
[MIT](http://opensource.org/licenses/MIT)