Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cakkypamucm/webpack-boilerplate
This is webpack boilerplate (vue, ts, scss, postcss, browserslist, babel, eslint, stylelint, prettier, docker)
https://github.com/cakkypamucm/webpack-boilerplate
babel browserslist docker eslint postcss prettier scss stylelint ts vue
Last synced: 3 days ago
JSON representation
This is webpack boilerplate (vue, ts, scss, postcss, browserslist, babel, eslint, stylelint, prettier, docker)
- Host: GitHub
- URL: https://github.com/cakkypamucm/webpack-boilerplate
- Owner: cakkypamucm
- Created: 2024-12-19T16:27:04.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-19T16:39:53.000Z (3 days ago)
- Last Synced: 2025-01-19T17:43:09.329Z (3 days ago)
- Topics: babel, browserslist, docker, eslint, postcss, prettier, scss, stylelint, ts, vue
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is `webpack` boilerplate (`vue`, `ts`, `scss`, `postcss`, `browserslist`, `babel`, `eslint`, `stylelint`, `prettier`, `docker`)
### Lint
```shell
npm run lint
```### Develop
```shell
npm start
```### Build
```shell
npm run build
```### Docker
```shell
docker compose up
```