# ess-nodejs-kit
**Repository Path**: xmms_cytxiamen/ess-nodejs-kit
## Basic Information
- **Project Name**: ess-nodejs-kit
- **Description**: 基于vue-admin-template+element-ui的腾讯电子签企业应用集成代码示例
- **Primary Language**: NodeJS
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2023-03-21
- **Last Updated**: 2023-03-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ess-nodejs-kit
基于vue-admin-template+element-ui的腾讯电子签企业应用集成代码示例
## Build Setup
# 安装依赖
yarn
# 启动服务
yarn run dev
浏览器访问 [http://localhost:9528](http://localhost:9000)
## 发布
```bash
# 构建测试环境
npm run build:stage
# 构建生产环境
npm run build:prod
```
## 其它
```bash
# 预览发布环境效果
npm run preview
# 预览发布环境效果 + 静态资源分析
npm run preview -- --report
# 代码格式检查
npm run lint
# 代码格式检查并自动修复
npm run lint -- --fix
```
## Browsers support
Modern browsers and Internet Explorer 10+.
| [
](http://godban.github.io/browsers-support-badges/)IE / Edge | [
](http://godban.github.io/browsers-support-badges/)Firefox | [
](http://godban.github.io/browsers-support-badges/)Chrome | [
](http://godban.github.io/browsers-support-badges/)Safari |
| --------- | --------- | --------- | --------- |
| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions
Copyright (c) 2017-present PanJiaChen