新增 vite 模板
Showing
.gitignore
0 → 100644
.npmrc
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "react-codemirror", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.0.17", | ||
"@types/react-dom": "^18.0.6", | ||
"@vitejs/plugin-react": "^2.1.0", | ||
"typescript": "^4.6.4", | ||
"vite": "^3.1.0" | ||
} | ||
} | ||
\ No newline at end of file |
public/vite.svg
0 → 100644
src/App.css
0 → 100644
src/App.tsx
0 → 100644
src/assets/react.svg
0 → 100644
src/index.css
0 → 100644
src/main.tsx
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
Please
register
or
sign in
to comment