🎩 特务|Solar Network 官方手机客户端,但不只为手机
This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-03-28 21:53:40 +08:00
.vscode 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
android User sign in 2024-03-28 20:44:13 +08:00
ios User sign in 2024-03-28 20:44:13 +08:00
public 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
src 🐛 Fix refresh tk issue 2024-03-28 21:53:40 +08:00
.eslintrc.cjs 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
.gitignore User sign in 2024-03-28 20:44:13 +08:00
.prettierrc.json 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
capacitor.config.ts 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
env.d.ts 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
index.html User sign in 2024-03-28 20:44:13 +08:00
package.json User sign in 2024-03-28 20:44:13 +08:00
README.md 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
tsconfig.app.json 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
tsconfig.json 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
tsconfig.node.json 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
uno.config.ts 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
vite.config.ts 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00

@hydrogen/solaragent

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

VSCode + Volar (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

bun install

Compile and Hot-Reload for Development

bun dev

Type-Check, Compile and Minify for Production

bun build

Lint with ESLint

bun lint