Osmos - lightdm greeter theme based on GLSL
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Warinyourself 2099183f29 Update dependencies
Migrate to Vue 3 + Vite + Pinia

- Vue 2 class components → Vue 3 defineComponent + Composition API
- Vuex + vuex-module-decorators → Pinia
- vue-cli/webpack → Vite 8 with vite-plugin-glsl
- vue-router@3 → vue-router@4, vue-i18n@8 → vue-i18n@9
- require.context → import.meta.glob
- require('./shader.glsl') → static import with vite-plugin-glsl
- vue-color → native <input type="color">
- All TSX components migrated, build passes with 0 TypeScript errors
4 months ago
.vscode Update dependencies 4 months ago
public Update dependencies 4 months ago
src Update dependencies 4 months ago
.gitignore Update dependencies 4 months ago
README.md Update dependencies 4 months ago
env.d.ts Update dependencies 4 months ago
index.html Update dependencies 4 months ago
package-lock.json Update dependencies 4 months ago
package.json Update dependencies 4 months ago
tsconfig.app.json Update dependencies 4 months ago
tsconfig.json Update dependencies 4 months ago
tsconfig.node.json Update dependencies 4 months ago
vite.config.ts Update dependencies 4 months ago

README.md

osmos-v3

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