|
||
---|---|---|
.husky | ||
config | ||
plugin | ||
public | ||
src | ||
.commitlintrc.cjs | ||
.env.develop | ||
.env.production | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
.prettierrc.cjs | ||
Dockerfile | ||
README.md | ||
build.sh | ||
docker-entrypoint.sh | ||
index.html | ||
nginx.conf | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts | ||
yarn.lock |
README.md
JetLinks-ui-vue
平台简介
- 本仓库为JetLinks vue版本。
- 前端技术栈Vue3 + Jetlinks-ui-components + Vite 4.x
- 本项目采用约定式路由,文件系统即路由,通过目录和文件及其命名分析出路由配置。
前端运行
# 克隆项目
git clone https://github.com/jetlinks/jetlinks-ui-vue.git
# 安装依赖
yarn
# 启动服务
yarn dev
# 更新jetlinks-ui-components
yarn add jetlinks-ui-components@latest
# 更新jetlinks-ui-components之后没有效果时
yarn dev:force
备注
项目在开发模式下,首页加载慢属于正常现象;