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)
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)

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
```