Go to file
dependabot[bot] e14a434941
chore(deps-dev): bump http-proxy-middleware from 2.0.6 to 2.0.9
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.9)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 2.0.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 15:26:45 +00:00
.changeset
.github
.husky
examples
packages chore(deps-dev): bump http-proxy-middleware from 2.0.6 to 2.0.9 2025-04-16 15:26:45 +00:00
patches
scripts
tests
website Update development.md (#7071) 2025-04-16 13:40:35 +08:00
.commitlintrc.js
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.npmrc
.prettierignore
.prettierrc.js
.puppeteerrc.cjs
CONTRIBUTING.md
LICENSE
README.md
codecov.yml
package.json
pnpm-lock.yaml chore(deps-dev): bump http-proxy-middleware from 2.0.6 to 2.0.9 2025-04-16 15:26:45 +00:00
pnpm-workspace.yaml
tsconfig.base.json
vitest.config.ts

README.md

ice.js

Downloads Version GitHub license PRs Welcome Gitter Leaderboard Open with OpenSumi

A universal framework based on React.js, 📚 Docs.

Features

  • 🐒 Zero Config: Out of the box support for ES6+, TypeScript, Less, Sass, CSS Modulesetc
  • 🐯 Practice: Practice about file-system routing, state Management, request, etc
  • 🦁 Hybrid: pre-render pages at build time (SSG) or request time (SSR) for default
  • 🐌 Plugin system: The plugin system provides rich features and allow the community to build reusable solutions
  • 🐂 Multi-End: Support both web, miniapp and Weex

Quick start

We recommend creating a new ice.js app using create-ice, which sets up everything automatically for you. To create a project, run:

$ npm init ice ice-app --template @ice/lite-scaffold

npm init <initializer> is available in npm 6+

Start local server to launch project:

$ cd ice-app
$ npm install
$ npm run start # running on http://localhost:3000.

It's as simple as that!

Contributing

Please see our CONTRIBUTING.md

Contributors

Contributors can contact us to join the Contributor Group.

Community

LICENSE

MIT