ice/examples/basic-vite
ClarkXia 3546b8e7d4
feat: support env variables (#5164)
* feat: get env files

* feat: env variables

* chore: version

* fix: compatible with task without html plugin

* fix: stringified key

* test: add test case for env

* fix: stringified key
2022-02-17 16:05:20 +08:00
..
mock feat: mock for vite (#4595) 2021-09-03 10:35:49 +08:00
public feat: support env variables (#5164) 2022-02-17 16:05:20 +08:00
src fix: error redirection when import with alias (#5042) 2021-12-15 19:07:31 +08:00
.env feat: support env variables (#5164) 2022-02-17 16:05:20 +08:00
.eslintignore feat: vite mode of icejs (#4481) 2021-07-28 17:15:48 +08:00
README.md feat: vite mode of icejs (#4481) 2021-07-28 17:15:48 +08:00
build.json fix: support transform proxy.pathRewrite (#4920) 2021-11-17 17:39:23 +08:00
package.json Fix: nested routes not render in vite (#4787) 2021-10-26 11:10:51 +08:00
tsconfig.json feat: SSR in mode vite ssr (#5045) 2022-01-11 10:36:40 +08:00

README.md

Vite + React + Eslint + Prettier + Dollie

The Starter base on TheSwordBreaker/vite-reactts-eslint-prettier.

A starter for React with Typescript with the fast Vite and all static code testing with Eslint and formatting with Prettier.

We provide Dollie for quickly generate a whole project.

Vite + React + Eslint + Prettier

I found out about Vite and I wanted to have a boilerplate for the technologies that I use. You can find more about these in the following links: Vite, React, Eslint, Prettier, Dollie.