样式调整,显示站点名称,获取日记首图,列表页参数获取 |
||
|---|---|---|
| app | ||
| public | ||
| .gitignore | ||
| README.md | ||
| env.d.ts | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
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