Passport/pkg/views
2024-03-25 20:44:40 +08:00
..
.vscode 🎉 Initial New Design Project 2024-03-12 21:26:00 +08:00
public 🍱 Update favicon 2024-03-18 19:54:42 +08:00
src 🐛 Fix cannot scroll when sign in 2024-03-25 20:44:40 +08:00
.eslintrc.cjs 🎉 Initial New Design Project 2024-03-12 21:26:00 +08:00
.eslintrc.js User personalize 2024-03-16 00:51:34 +08:00
.gitignore 🎉 Initial New Design Project 2024-03-12 21:26:00 +08:00
.prettierrc.json 🎉 Initial New Design Project 2024-03-12 21:26:00 +08:00
embed.go Use dropdown nav 2024-02-26 21:13:47 +08:00
env.d.ts 🎉 Initial New Design Project 2024-03-12 21:26:00 +08:00
index.html 🍱 Update favicon 2024-03-18 19:54:42 +08:00
package.json Name card 2024-03-20 21:16:28 +08:00
README.md 🎉 Initial New Design Project 2024-03-12 21:26:00 +08:00
tsconfig.app.json 🎉 Initial New Design Project 2024-03-12 21:26:00 +08:00
tsconfig.json 🎉 Initial New Design Project 2024-03-12 21:26:00 +08:00
tsconfig.node.json 🎉 Initial New Design Project 2024-03-12 21:26:00 +08:00
uno.config.ts 🎉 Initial New Design Project 2024-03-12 21:26:00 +08:00
vite.config.ts OAuth Connect 2024-03-16 13:19:11 +08:00

views

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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint