Gosnails / SeparateMall

Docking the real data from the 0 development end to the enterprise level online project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

项目初始化步骤

1.安装nodejs环境,推荐使用v4.4.7 下载地址 : https://nodejs.org/download/release/v4.4.7/

2.全局安装webpack v^1.15.0 命令: npm install -g webpack@^1.15.0

3.全局安装webpack-dev-server v^1.16.5 命令: npm install -g webpack-dev-server@^1.16.5

4.在项目根目录执行npm初始化 命令: npm install (--registry=https://registry.npm.taobao.org)

5.启动项目 开发模式: npm run dev 生产模式: npm run dist

6.开发模式下预览项目 访问:http://localhost:8088/dist/view/index.html

About

Docking the real data from the 0 development end to the enterprise level online project


Languages

Language:JavaScript 51.7%Language:HTML 29.6%Language:CSS 18.8%