南网大屏前端
Go to file
BianLzhaoMin 6004f63e9f 修改打包配置 2024-08-16 10:58:43 +08:00
build 代码迁移 2024-08-13 12:08:32 +08:00
config 修改打包配置 2024-08-16 10:58:43 +08:00
public/static 代码迁移 2024-08-13 12:08:32 +08:00
src 修改打包配置 2024-08-16 10:58:43 +08:00
static 代码迁移 2024-08-13 12:08:32 +08:00
.babelrc 代码迁移 2024-08-13 12:08:32 +08:00
.editorconfig 代码迁移 2024-08-13 12:08:32 +08:00
.gitignore 代码迁移 2024-08-13 12:08:32 +08:00
.prettierrc 代码迁移 2024-08-13 12:08:32 +08:00
README.md 代码迁移 2024-08-13 12:08:32 +08:00
index.html 代码迁移 2024-08-13 12:08:32 +08:00
package-lock.json base请求路径增加material 2024-08-16 10:02:26 +08:00
package.json 代码迁移 2024-08-13 12:08:32 +08:00
yarn.lock 代码迁移 2024-08-13 12:08:32 +08:00

README.md

开发

# 克隆项目
git clone http://192.168.0.56:3000/bonus/nwscreen-ui.git

# 进入项目目录
cd nwscreen-ui

# 安装依赖
npm install

# 项目较老node版本不要超过16.0 可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布


# 构建生产环境
npm run build