https://github.com/wangweianger/liliyuncms
喱云cms
https://github.com/wangweianger/liliyuncms
Last synced: about 2 months ago
JSON representation
喱云cms
- Host: GitHub
- URL: https://github.com/wangweianger/liliyuncms
- Owner: wangweianger
- Created: 2016-07-09T09:23:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-09T09:33:33.000Z (about 10 years ago)
- Last Synced: 2025-01-08T08:35:40.460Z (over 1 year ago)
- Language: JavaScript
- Size: 1.74 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 喱云cms
> * 使用了angular.js mvvm前端框架
* 采用gulp 进行前端项目的开发及其打包
## 项目步骤
1.安装node.js
2.安装依赖包
```
npm install
```
3.全局安装gulp
```
npm install gulp -g
```
3.启动服务
```
gulp
打开浏览器运行:localhost:8080
```
4.生产环境打包
```
gulp yasuo
```