Skip to content

kiyono/front-template-for-es2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Description

  • Node: 18.1
  • npm: 8.8.0

ES2022, Webpack, babel, ESLint, Prettier のプロジェクト雛形リポジトリ (TypeScript には対応していない)

Version

  • 0.0.1

作成

Document

Webpack, prettier

ESLint

Hot reload

Explanation

ビルドについて

- config/webpack.config.js

Linter, 整形について

ESLint, Prettier にて行っている。

  • .eslint

に設定の記載が行われいている。

開発について

ホットリロードに対応し、ファイルの変更を検知し Webpack, ESLint, Prettier が実行される。 実行は npm run build:watch:dev で行う。

Other

プロジェクト作成時に行ったアクション

$ npm init
$ npm install -D webpack webpack-cli babel-loader @babel/core @babel/preset-env @babel/polyfill eslint prettier eslint-config-prettier

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published