【日本語 / English】
A front-end development environment that can be used for development that does not use frameworks such as Vue and React.
Compilation and bundling of SCSS and JavaScript with webpack.
Click on "Use this template" to create a new repository.
- Aggregate development code in
src/
(don't put HTML indist/
or directly under the root) - Compile SCSS, add vendor prefix and output to CSS files
- JavaScript bundling
- IE11 support
- Image Compression
- webpack
- webpack-dev-server
- Sass(dart-sass)
- Autoprefixer
- Prettier
- Stylelint
- ESLint
$ npm run dev
$ npm run build