https://github.com/cakkypamucm/webpack-boilerplate
This is webpack boilerplate (vue, ts, scss, postcss, browserslist, babel, eslint, stylelint, prettier)
https://github.com/cakkypamucm/webpack-boilerplate
babel browserslist docker eslint postcss prettier scss stylelint ts vue
Last synced: 3 months ago
JSON representation
This is webpack boilerplate (vue, ts, scss, postcss, browserslist, babel, eslint, stylelint, prettier)
- Host: GitHub
- URL: https://github.com/cakkypamucm/webpack-boilerplate
- Owner: cakkypamucm
- Created: 2025-02-11T17:20:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-11T17:20:49.000Z (over 1 year ago)
- Last Synced: 2025-02-11T18:28:47.056Z (over 1 year ago)
- 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`) with [`nuxt`-like](https://nuxt.com/docs/guide/directory-structure) directory structure.
### Lint
```shell
npm run lint
```
### Develop
```shell
npm start
```
### Build
```shell
npm run build
```
### Docker
```shell
docker compose up
```