Skip to content

yunle-cli 前端开发模板- node 专为线上渲染中间层

Notifications You must be signed in to change notification settings

YunLe-CLI/yunle-template-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
大狗吱
Aug 25, 2019
e6ec132 · Aug 25, 2019

History

27 Commits
Aug 21, 2019
Jan 16, 2017
Aug 21, 2019
Aug 21, 2019
Aug 21, 2019
Aug 21, 2019
Aug 21, 2019
Aug 21, 2019
Aug 25, 2019
Aug 21, 2019
Aug 25, 2019
Nov 6, 2018
Aug 21, 2019
Aug 21, 2019
Aug 25, 2019
Aug 21, 2019
Aug 21, 2019
Aug 21, 2019

Repository files navigation

基于dva.js + next.js Build Status

如使用该前端脚手架,可以先安装

  1. npm install -g yunle-cli

  2. yunle init node <project-name>

  3. cd <project-name> && npm install

  4. npm run dev

开发流程

开发流程图

相关命令

开发过程中,你用得最多的会是npm run dev,但是这里还有很多其它的处理:

npm run <script> 用途
start 生产环境服务启动在8080端口。
dev 开发环境服务启动在8080端口。
pm2Stop 生产环境服务pm2停止服务。
pm2Delete 生产环境服务pm2删除服务。
pm2List 生产环境服务pm2启动列表。
pm2Logs 生产环境服务pm2日志。
test 启动代码检查,测试。

程序目录

.
├── app                      # 应用源文件
│   ├── server.js            # server程序
│   └── router.js            # server路由
├── configs                  # 程序配置文件
│   └── server.conf.js   # 服务器配置文件
├── logs                     # 程序日志
├── themes                   # yunle-cli应用主题
├── nginx                    # nginx配置文件
├── test                     # 单元测试
├── Dockerfile               # dockerfile
├── docker-compose.yml       # docker compose
├── docker-compose.yml       # docker compose
├── nodemon.josn             # nodemon配置文件
└── process.json             # pm2配置文件

mockjs学习

http://mockjs.com/

rap API文档工具学习

http://rap.taobao.org/org/index.do

About

yunle-cli 前端开发模板- node 专为线上渲染中间层

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published