You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sanjar eedc062e0e
fixing assets
4 days ago
.vscode Update .gitignore for Vue/Vite project and enhance README with setup instructions 5 days ago
i-love-x-engine@3c80662040 fixing assets 4 days ago
public Update .gitignore for Vue/Vite project and enhance README with setup instructions 5 days ago
src Update .gitignore for Vue/Vite project and enhance README with setup instructions 5 days ago
.gitignore Update .gitignore for Vue/Vite project and enhance README with setup instructions 5 days ago
.gitmodules Add i-love-x-engine submodule with configuration 5 days ago
README.md Update .gitignore for Vue/Vite project and enhance README with setup instructions 5 days ago
env.d.ts Update .gitignore for Vue/Vite project and enhance README with setup instructions 5 days ago
gameconfig.json Update .gitignore for Vue/Vite project and enhance README with setup instructions 5 days ago
index.html Update .gitignore for Vue/Vite project and enhance README with setup instructions 5 days ago
package-lock.json Update .gitignore for Vue/Vite project and enhance README with setup instructions 5 days ago
package.json Update .gitignore for Vue/Vite project and enhance README with setup instructions 5 days ago
tsconfig.app.json fixing assets 4 days ago
tsconfig.json Update .gitignore for Vue/Vite project and enhance README with setup instructions 5 days ago
tsconfig.node.json Update .gitignore for Vue/Vite project and enhance README with setup instructions 5 days ago
vite.config.ts fixing assets 4 days ago
yarn.lock Update .gitignore for Vue/Vite project and enhance README with setup instructions 5 days ago

README.md

i-love-breda

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build