# ZTuoExchange_web **Repository Path**: tylerchen/ZTuoExchange_web ## Basic Information - **Project Name**: ZTuoExchange_web - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 29 - **Created**: 2019-08-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZTuoExchange_web > ZTuo开源数字资产交易所之web端 ## Install Prerequisites The following dependencies are required to run an instance: 1. NodeJS - 9.11.2 2. Npm - 5.6.0 ## Build Setup ``` bash # install dependencies npm i # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build ``` ## Future 1. 统一改用less,实验可以通过变量覆盖的方式定制主题; 2. iview组件按需引用; 3. exchange.vue等大文件,代码拆分/组件化; ## 前端开发规范 1. 页面使用驼峰法命名,如Exchange.vue,WithdrawRecord.vue,名称为英文单词,并且要能正确描述该模块功能 2. 变量命名禁止使用拼音,特别是拼音缩写 3. 页面比较多时应该使用文件夹做分类 4. 模块中data变量应该尽量少,比较多时应该使用子对象进行管理