Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "gaea-cli", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "gaea-cli", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
# Gaea | ||
![Gaea](https://img14.360buyimg.com/uba/jfs/t1/14029/6/4518/6382/5c32dd25Ed88527f2/55e60f2080cc6d6b.png) | ||
> Vue技术栈单页面构建工具 | ||
Vue技术栈单页面构建工具 | ||
## Getting Started | ||
@@ -10,3 +9,3 @@ Gaea构建工具是基于Node.js、Webpack模版工程等的Vue技术栈的整套解决方案,包含了开发、调试、打包上线完整的工作流程 | ||
### Prerequisites | ||
请先安装node,版本大于8.9.0,[安装](https://nodejs.org/zh-cn/) | ||
请先安装node,版本大于8.9.0,如果没有安装,请前往[安装](https://nodejs.org/zh-cn/) | ||
@@ -80,3 +79,2 @@ ### Installing | ||
### `package.json` 配置项目信息 | ||
* name 项目名称 | ||
@@ -91,4 +89,3 @@ * version 项目版本,控制上线静态资源版本 例如: `https://static.360buyimg.com/exploit/mtelink/1.0.0/js/app.js` | ||
## Catalog | ||
## Project Catalog | ||
1. src目录下的文件功能如下: | ||
@@ -116,3 +113,2 @@ * index.html 页面模板 | ||
### 路由篇 | ||
文件router.js 配置了脚手架的相关路由信息,推荐使用【history】路由。脚手架支持history路由和hash路由。在 router.js 中默认是history路由。它是真实的路由地址,所以需要后台那帮你配置重定向。 | ||
@@ -132,3 +128,2 @@ | ||
### 骨架屏篇 | ||
脚手架提供了vue的骨架屏注入方案,在命令行工具选择骨架屏,就会下载骨架屏相对应的模板。 | ||
@@ -143,3 +138,2 @@ | ||
### SMOCK篇 | ||
smock 是开发阶段基于swagger的自动化mock假数据工具,需要配置参数如下: | ||
@@ -162,6 +156,6 @@ 修改package.json 中字段,具体可以[参看](https://smock.jd.com/) | ||
## Plan | ||
[开发计划](./PLANS.md) | ||
[开发计划](https://github.com/jdf2e/Gaea4/blob/master/PLANS.md) | ||
## Change Log | ||
[更新日志](./CHANGELOG.md) | ||
[更新日志](https://github.com/jdf2e/Gaea4/blob/master/CHANGELOG.md) | ||
@@ -168,0 +162,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20235
165