Logo
Explore Help
Register Sign In
RLK/python-common-app
2
0
Fork 0
You've already forked python-common-app
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
Files
b64d49ddaac151fb71ca6635df35640129d0755e
python-common-app/web/vite.config.js

8 lines
161 B
JavaScript
Raw Normal View History

Add initial setup for React and Vite application - Created essential files including `package.json`, `vite.config.js`, and `index.html`. - Added ESLint configuration for code quality. - Included basic styles in `App.css` and `index.css`. - Implemented main application component in `App.jsx` with a counter feature. - Added necessary assets such as logos and icons. - Established a `.gitignore` file to exclude unnecessary files.
2026-03-24 12:10:25 +03:00
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 27ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API