# EInter **Repository Path**: elckerinter/einter ## Basic Information - **Project Name**: EInter - **Description**: elcker-inter 单页面模板 - **Primary Language**: NodeJS - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-26 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目名称 elcker-inter-spa-template 该项目为Elcker-iner-spa 模板项目,只包含项目的架构,不包含业务,页面需要自行开发,仅提供登录页面及相关API 需要项目首页的参见:此组织下项目 **elcker-inter-spa** # 环境依赖 nodejs 12+ vue cli4 git 2+ 安装参见:[Elcker-nodejs的安装配置及多版本管理](https://blog.csdn.net/sxlesq/article/details/116603238?spm=1001.2014.3001.5501) # start ``` git clone https://gitee.com/elckerinter/elcker-inter-spa-template.git cd elcker-inter-spa-template npm install npm run serve ``` # 目录说明 ``` sh . ├── public # 静态资源 ├── src # 项目代码 │ ├── api # 接口资源 │ ├── assets # 静态资源 │ ├── components # 组件 │ ├── mock # mock数据 │ ├── libs # 第三方组件库 │ │── layout # layout布局 │ ├── router # 路由配置 │ ├── store # 数据存储 │ ├── views # 多页 │ │ └── Elcker # 业务文件夹 │ │ │ ├── ElckerApp # 页面文件放置的位置可配置 │ │ │ ├── ElckerApp.vue # 业务入口 │ ├── plugins # 插件库 │ ├── types # 全局types │ │── App.vue # 入口页面 │ │── main.js # 入口文件 加载组件 初始化等 │ └── vuebus # 组件之间的通信 ├── env #全局环境配置 ├── evn.development #开发环境配置 ├── evn.production #正式环境配置 ├── evn.test #测试环境配置 ├── .eslintrc.js # eslint 配置项 ├── babel.config # babel配置文件 ├── tsconfig #ts配置 ├── package.json # package.json ├── vue.config # vue-cli 配置 ``` # 文档地址 带发布: # 技术社区 钉钉:31975012 Elcker 社区技术交流群