# 优选钱包官网 **Repository Path**: mz-yxuan/Web ## Basic Information - **Project Name**: 优选钱包官网 - **Description**: 优选钱包官网 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目介绍 优选钱包PC端官网项目 创建时间2017-11-2 责任人 mmcai ## 使用说明 确保本地电脑安装了node.js 安装fis3 npm install -g fis3 其它安装包建议使用cnpm安装,安装cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org 初始化node_modules cnpm install ## 项目开发 1、开发编译 fis3 release 2、启动项目 fis3 server start 3、开发过程监听 fis3 release -wL (监听,热重载) 4、编译发布(编译后的代码在根目录下面的dist文件夹) fis3 release dist ## 目录结构 | |----node_modules(npm包文件夹) | |----page(项目页面文件夹) | |----static(项目资源文件夹) | | | |----imgs(网站图片) | | | |----images(临时图片) | | | |----libs(插件,类库) | | | |----style(样式) | | | |----js(组件化JS) | | |----widget | | | |----header(头部组件) | | | |----footer(页脚组件) | |----fis-conf.js(fis3配置文件) | |----index.html(首页) | |----package.json | |----README.md ## 其它 [FIS3官网](http://fis.baidu.com/)