使用 Remix 写的一个小窝前台项目
Go to file
奇趣保罗 52cf50f4b4 Init: With Remix Vite Template
初始化项目
2023-11-04 21:33:23 +08:00
app Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00
public Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00
.gitignore Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00
README.md Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00
env.d.ts Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00
package.json Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00
pnpm-lock.yaml Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00
tsconfig.json Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00
vite.config.ts Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00

README.md

templates/unstable-vite

⚠️ Remix support for Vite is unstable and not recommended for production.

📖 See the Remix Vite docs for details on supported features.

Setup

npx create-remix@latest --template remix-run/remix/templates/unstable-vite

Run

Spin up the Vite dev server:

npm run dev

Or build your app for production and run it:

npm run build
npm run start