You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
haoliang-net/frontend
haoliang 8a18fdc998 前端默认语言改为中文:html lang设为zh-CN,页面标题改为CNC机床数据采集系统 2 months ago
..
mock 修复前端API路径与后端RESTful路由不匹配:升级mock插件支持参数化路由,修正6处API URL 2 months ago
public feat(frontend): 初始化前端工程配置 2 months ago
scripts feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 2 months ago
src 修复前端API路径与后端RESTful路由不匹配:升级mock插件支持参数化路由,修正6处API URL 2 months ago
.gitignore feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 2 months ago
README.md feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 2 months ago
_screen_part1.vue feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 2 months ago
_screen_part2.vue feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 2 months ago
_screen_part3.vue feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 2 months ago
env.d.ts feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 2 months ago
gen-screen.cjs feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 2 months ago
gen1.cjs feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 2 months ago
gen2.cjs feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 2 months ago
gen3.cjs feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 2 months ago
generate-pages.cjs feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 2 months ago
index.html 前端默认语言改为中文:html lang设为zh-CN,页面标题改为CNC机床数据采集系统 2 months ago
package-lock.json feat(frontend): 初始化前端工程配置 2 months ago
package.json feat(frontend): 初始化前端工程配置 2 months ago
tsconfig.app.json feat(frontend): 初始化前端工程配置 2 months ago
tsconfig.json feat(frontend): 初始化前端工程配置 2 months ago
tsconfig.node.json feat(frontend): 初始化前端工程配置 2 months ago
vite.config.ts 修复路由重定向到/login + 登录失败提示不显示 2 months ago

README.md

Vue 3 + TypeScript + Vite

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.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.