lex-xin e0466e9a85 修改显示 | 1 month ago | |
---|---|---|
.vscode | 10 months ago | |
build | 10 months ago | |
dist | 1 month ago | |
public | 8 months ago | |
src | 1 month ago | |
types | 10 months ago | |
.env | 10 months ago | |
.env.development | 10 months ago | |
.env.production | 10 months ago | |
.eslintigone.js | 10 months ago | |
.eslintrc.js | 10 months ago | |
.gitignore | 10 months ago | |
.prettierrc | 10 months ago | |
Jenkinsfile | 10 months ago | |
README.md | 10 months ago | |
components.d.ts | 1 month ago | |
index.html | 4 months ago | |
package.json | 10 months ago | |
pnpm-lock.yaml | 10 months ago | |
prettier.config.js | 10 months ago | |
tsconfig.json | 10 months ago | |
tsconfig.node.json | 10 months ago | |
vite.config.ts | 2 months ago | |
yarn.lock | 10 months ago |
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
.vue
Imports in TSHOT_CONSULTATION("热门资讯"), OPEN_SCREEN_AD("开屏广告"), FLASH_PAGE("闪页管理"), ROTATION_CHART("轮播图管"), MUSIC("乐理章节"),
省市区、乐团名称最多 8 个字
Since TypeScript cannot handle type information for .vue
imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue
imports (for example to get props validation when using manual h(...)
calls), you can enable Volar's Take Over mode by following these steps:
Extensions: Show Built-in Extensions
from VS Code's command palette, look for TypeScript and JavaScript Language Features
, then right click and select Disable (Workspace)
. By default, Take Over mode will enable itself if the default TypeScript extension is disabled.Developer: Reload Window
from the command palette.You can learn more about Take Over mode here.
UI 库文档地址:https://www.naiveui.com 1、项目安装 node.js 官网地址 node 版本安装 16.x npm install 安装依耐包 npm run dev 启动项目 npm run build 项目打包 代理配置
2、路由 /src/router/constant 定义 配置 注意事项:
3、页面 1). 搜索条件 2). table 列表 3). 分页 4). 接口请求 5). 表单,表单验证,提交表单, 不同类型的表单有单独的类型处理 6). 权限定义