🎩 特务|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-31 17:54:27 +08:00
.vscode 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
android Local Notifications 2024-03-31 17:49:31 +08:00
ios Local Notifications 2024-03-31 17:49:31 +08:00
public 🐛 Bug fixes & optimization 2024-03-30 18:52:03 +08:00
resources 🚀 Launch v1.0 pre-alpha testing 2024-03-29 13:19:58 +08:00
src 🐛 Fix safe area issue 2024-03-31 17:54:27 +08:00
.eslintrc.cjs 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
.gitignore Add full PWA support 2024-03-30 12:06:19 +08:00
.prettierrc.json 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
capacitor.config.ts 🚀 Launch v1.0 pre-alpha testing 2024-03-29 13:19:58 +08:00
env.d.ts 🎉 Initial Commit(Migrated from Interactive) 2024-03-27 23:07:18 +08:00
index.html Chat message send and read history 2024-03-30 23:21:22 +08:00
package.json Local Notifications 2024-03-31 17:49:31 +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 Local Notifications 2024-03-31 17:49:31 +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