シリーズ: ViteReact
javascript
7 行
· 更新日 2026-02-03
vite.config.js
ViteReact/my-vite-react-app/vite.config.js
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})
関連記事
ViteReact
javascript
更新日 2026-02-03
eslint.config.js
eslint.config.js — javascript source code from the ViteReact learning materials (ViteReact/my-vite-react-app/eslint.config.js).
記事を読む →
ViteReact
javascript
更新日 2026-02-03
App.jsx
App.jsx — javascript source code from the ViteReact learning materials (ViteReact/my-vite-react-app/src/App.jsx).
記事を読む →
ViteReact
javascript
更新日 2026-02-03
main.jsx
main.jsx — javascript source code from the ViteReact learning materials (ViteReact/my-vite-react-app/src/main.jsx).
記事を読む →