Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

whyk-archive/vanilla-env

Repository files navigation

Vanilla Env

日本語 / 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.

How to use

Click on "Use this template" to create a new repository.

Features

  • Aggregate development code in src/ (don't put HTML in dist/ or directly under the root)
  • Compile SCSS, add vendor prefix and output to CSS files
  • JavaScript bundling
  • IE11 support
  • Image Compression

Dependency

  • webpack
    • webpack-dev-server
  • Sass(dart-sass)
    • Autoprefixer
  • Prettier
  • Stylelint
  • ESLint

Command

Development output, server and browser startup, change monitoring

$ npm run dev

Production Output

$ npm run build

About

VanillaJSのための構築環境テンプレート(WIP)

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •