Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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