Go to file
ZhouXY108 d52055a0ae 创建登录页面。 2022-12-29 00:37:02 +08:00
.vscode first commit. 2022-12-27 10:13:24 +08:00
public first commit. 2022-12-27 10:13:24 +08:00
src 创建登录页面。 2022-12-29 00:37:02 +08:00
.editorconfig 格式化代码。 2022-12-27 10:32:45 +08:00
.eslintrc.cjs commit. 2022-12-28 17:40:30 +08:00
.gitignore first commit. 2022-12-27 10:13:24 +08:00
.prettierrc.json 格式化代码。 2022-12-27 10:32:45 +08:00
README.md first commit. 2022-12-27 10:13:24 +08:00
env.d.ts first commit. 2022-12-27 10:13:24 +08:00
index.html 创建登录页面。 2022-12-29 00:37:02 +08:00
package.json 创建登录页面。 2022-12-29 00:37:02 +08:00
pnpm-lock.yaml 安装 Naive UI、字体、图标。 2022-12-27 11:05:49 +08:00
tsconfig.config.json first commit. 2022-12-27 10:13:24 +08:00
tsconfig.json commit. 2022-12-28 17:40:30 +08:00
vite.config.ts commit. 2022-12-28 17:40:30 +08:00

README.md

plusone-admin-ui

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

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

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 TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

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