create-web-app

PWA(Progressive Web App) project development environment startup configuration. | PWA 项目开发环境启动配置。

MIT License

Downloads
71
Stars
4
create-web-app - v0.7.3 Latest Release

Published by wang1212 over 2 years ago

0.7.3 (2022-05-08)

Features

  • templates: add source-map-loader loader to debug third-party libraries ✨ (062fdae)
create-web-app - v0.7.2

Published by wang1212 over 2 years ago

0.7.2 (2022-04-30)

Features

  • templates: upgrade eslint to v8
  • templates: upgrade stylelint to v14
  • templates: upgrade jest to v28

Bug Fixes

  • templates: downgrade fork-ts-checker plugin version ⬇️ (71ab5f3)
  • upgrade inquirer from 8.2.0 to 8.2.2 (#38) (7cc3796)
  • upgrade ora from 6.0.1 to 6.1.0 (#39) (09c7bd8)
create-web-app - v0.7.1

Published by wang1212 over 2 years ago

  • feat(templates): let babel-loader compile third-party dependencies 🔧 ef54a8c
  • chore(templates): simplify webpack stats output log 🎨 b7844e6
  • build(templates): image-webpack-loader is not enabled by default ➖ 4e3ffe9
  • feat(templates): add fork-ts-checker-webpack-plugin to do type check ✨ ba21022

https://github.com/wang1212/create-web-app/compare/v0.7.0...v0.7.1

create-web-app - v0.7.0

Published by wang1212 almost 3 years ago

This package is now pure ESM, read https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c.

  • feat: convert command line parameters to interactive command line ♻️ 99a9e5e
  • feat(templates): add eslint-plugin-tsdoc plugin ✨ e1567f8
  • build(templates): replace polyfill solution with usage mode ⚡ 1569d00
  • docs: update changelog 8375509

https://github.com/wang1212/create-web-app/compare/v0.6.4...v0.7.0

create-web-app - v0.6.4

Published by wang1212 about 3 years ago

  • perf(templates): add web-vitals to collect performance information ✨ c776958

https://github.com/wang1212/create-web-app/compare/v0.6.3...v0.6.4

create-web-app - v0.6.3

Published by wang1212 about 3 years ago

  • chore(templates): add a polyfill solution based on core-js@3 🚑 65e9521
  • build(templates): remove postcss-safe-parser 🗑️ 748882e

https://github.com/wang1212/create-web-app/compare/v0.6.2...v0.6.3

create-web-app - v0.6.2

Published by wang1212 about 3 years ago

  • docs: update CHANGELOG 🔖 2b99b9f
  • style(templates): add eslint-plugin-sonarjs ✨ d29b07d
  • docs: update 📝 209302c
  • style(templates): add eslint-config-airbnb ✨ fc7b8e1
  • docs: add awesome-template repository reference ✨ a64809d
  • build(templates): add eslint-formatter-pretty to beautify output 🤡 3d78d10
  • docs: update badge label 📝 ccbcec7
  • docs: add badge 📝 73a49c4
  • docs: update badge 📝 ff116f6
  • fix(templates): eslint and tsconfig configuration error 🔧 ca33a2f
  • build(templates): add css-minimizer-webpack-plugin tool ➕ 2e8e961
  • chore: clean up plugin dependencies already included in @babel/preset-env 🗑️ f0a0c00
  • chore: clean up plugin dependencies already included in @babel/preset-env 🗑️ c85d041
  • chore: update node version from 10 to 12 55c05b3
  • chore: update dependencies version e0ec1ca
  • fix: eslint plugins config fixes 🚨 39ae776
  • Bump normalize-url from 4.5.0 to 4.5.1 48e6ce7
  • Bump trim-newlines from 3.0.0 to 3.0.1 3ff12c1

https://github.com/wang1212/create-web-app/compare/v0.6.1...v0.6.2

create-web-app - v0.6.1

Published by wang1212 over 3 years ago

  • ci: add github action to automatically publish to github packages 0f99933

https://github.com/wang1212/create-web-app/compare/v0.6.0...v0.6.1

create-web-app - v0.6.0

Published by wang1212 over 3 years ago

  • build(templates): add commitlint to lint commit message 034087d
  • build(templates): remove webpack file path alias 037f605
  • update dependences version

View all changes https://github.com/wang1212/create-web-app/compare/v0.5.0...v0.6.0

create-web-app -

Published by wang1212 almost 4 years ago

  • Update
    • webpack (v4.x to v5.x)

View all dependent version update information https://github.com/wang1212/create-web-app/compare/v0.4.4...v0.5.0

create-web-app - v0.4.4

Published by wang1212 about 4 years ago

  • Add
    • cssnano

View all dependent version update information https://github.com/wang1212/create-web-app/compare/v0.4.0...v0.4.4

create-web-app - v0.4.0

Published by wang1212 about 4 years ago

  • Add
    • stylelint

View all dependent version update information https://github.com/wang1212/create-web-app/compare/v0.3.18...v0.4.0

create-web-app - v0.3.18

Published by wang1212 about 4 years ago

  • Add
    • worker-plugin
  • Remove
    • worker-loader

View all dependent version update information https://github.com/wang1212/create-web-app/compare/v0.3.16...v0.3.18

create-web-app - v0.3.16

Published by wang1212 over 4 years ago

  • create web app - Builds PWA that doesn't depend on any development framework.
  • create react app - Builds PWA based on React framework ecosystems such as React.js, Redux.js, and React Router.

Changelog

  • Add
    • webpack-dev-server
    • react-refresh
    • @pmmmwh/react-refresh-webpack-plugin
    • sass
  • Remove
    • browser-sync
    • node-sass

View all dependent version update information https://github.com/wang1212/create-web-app/compare/v0.3.15...v0.3.16#diff-fec80d78410a2faa5a637f0d4ad97899

create-web-app - v0.3.13

Published by wang1212 over 4 years ago

  • create web app - Builds PWA that doesn't depend on any development framework.
  • create react app - Builds PWA based on React framework ecosystems such as React.js, Redux.js, and React Router.

Changelog

  • Add
    • husky
    • lint-staged

View all dependent version update information https://github.com/wang1212/create-web-app/compare/v0.3.12...v0.3.13#diff-fec80d78410a2faa5a637f0d4ad97899

create-web-app - v0.3.12

Published by wang1212 over 4 years ago

  • create web app - Builds PWA that doesn't depend on any development framework.
  • create react app - Builds PWA based on React framework ecosystems such as React.js, Redux.js, and React Router.

Changelog

  • Remove
    • redux
    • redux-thunk
  • Add
    • @rematch/core

View all dependent version update information https://github.com/wang1212/create-web-app/commit/bc714f2887680da12d9804f3d9f9448de2a132e8#diff-028d8f9376632ac5c219d6b7d8f4abab

create-web-app - v0.3.11

Published by wang1212 over 4 years ago

  • create web app - Builds PWA that doesn't depend on any development framework.
  • create react app - Builds PWA based on React framework ecosystems such as React.js, Redux.js, and React Router.

Changelog

  • Update
    • react-router-dom -> ^5.2.0 (react-app)
    • @babel/core -> ^7.9.6
    • @typescript-eslint/parser -> ^2.33.0
    • copy-webpack-plugin -> ^6.0.0
    • eslint -> ^7.0.0
    • jest -> ^26.0.1
    • postcss-normalize -> ^9.0.0
    • prettier -> 2.0.5
    • typescript -> ^3.9.2

View all dependent version update information https://github.com/wang1212/create-web-app/commit/4a6036e93791c8bddb9099cbf5e7924639db503f#diff-028d8f9376632ac5c219d6b7d8f4abab

create-web-app - v0.3.2

Published by wang1212 over 4 years ago

  • create web app - Builds PWA that doesn't depend on any development framework.
  • create react app - Builds PWA based on React framework ecosystems such as React.js, Redux.js, and React Router.

Changelog

Use terser instead of uglify-js.

  • Add
    • terser-webpack-plugin
    • @babel/plugin-proposal-class-properties
    • postcss-safe-parser
    • postcss-normalize
    • postcss-flexbugs-fixes
  • Update
    • react -> ^16.13.1 (react-app)
    • react-jss -> ^10.1.1 (react-app)
    • @babel/core -> ^7.9.0
    • html-webpack-plugin -> ^4.0.0
    • html-loader -> ^1.0.0
    • file-loader -> ^6.0.0
    • url-loader -> ^4.0.0
    • prettier -> 2.0.1
  • Remove
    • uglifyjs-webpack-plugin
create-web-app - v0.3.0

Published by wang1212 over 4 years ago

  • create web app - Builds PWA that doesn't depend on any development framework.
  • create react app - Builds PWA based on React framework ecosystems such as React.js, Redux.js, and React Router.

Changelog

Deprecated flow.js and use typescript instead.

  • Add
    • @typescript-eslint/parser
    • @typescript-eslint/eslint-plugin
    • image-webpack-loader
  • Update
    • react -> ^16.13.0 (react-app)
    • regenerator-runtime -> ^0.13.5
    • @babel/core -> ^7.8.7
    • webpack -> ^4.42.0
  • Remove
    • babel-eslint
    • @babel/preset-flow
    • flow-bin
    • flow-typed
    • imagemin-jpeg-recompress
    • imagemin-webpack-plugin
create-web-app - v0.2.9

Published by wang1212 over 4 years ago

  • create web app - Builds PWA that doesn't depend on any development framework.
  • create react app - Builds PWA based on React framework ecosystems such as React.js, Redux.js, and React Router.

Changelog

  • Update
    • @loadable/component -> ^5.12.0(react app)
    • react-redux -> ^7.2.0(react app)
    • @babel/core -> ^7.8.4
    • babel-eslint -> ^10.1.0
    • babel-jest -> ^25.1.0
    • docdash -> ^1.2.0
    • eslint -> ^6.8.0
    • flow-bin -> ^0.119.1
    • flow-typed -> ^3.0.0
    • jest -> ^25.1.0
    • typescript -> ^3.8.2
    • workbox-webpack-plugin -> ^5.0.0
Package Rankings
Top 13.81% on Npmjs.org
Badges
Extracted from project README
NPM VERSION Commitizen friendly Codacy Badge
Related Projects