All Projects → YunLe-CLI → Yunle Template Next

YunLe-CLI / Yunle Template Next

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

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Yunle Template Next

Gank
🦅 Gank api base △ next.js (react&ssr)
Stars: ✭ 122 (+838.46%)
Mutual labels:  nextjs, antd, ssr
Next Blog
基于react(ssr)服务端框架next.js和antd-design搭建的个人博客
Stars: ✭ 214 (+1546.15%)
Mutual labels:  nextjs, antd, ssr
gbkel-portfolio
💎 My personal website that's mainly powered by Next.js, my own style guide and a lot of other technologies.
Stars: ✭ 12 (-7.69%)
Mutual labels:  ssr, nextjs
shici
使用 next.js 与 graphql 做一个诗词小站
Stars: ✭ 79 (+507.69%)
Mutual labels:  ssr, nextjs
With Ant Design Custom Theme
Stars: ✭ 26 (+100%)
Mutual labels:  nextjs, antd
Next Blog Firestore
Example of blog built with React, Next.js, Firebase Firestore, Styled-Component, Mobx State Tree and other cool technologies
Stars: ✭ 219 (+1584.62%)
Mutual labels:  nextjs, ssr
Next Boost
Add a cache layer for server-side-rendered pages with stale-while-revalidate. Can be considered as an implementation of next.js's Incremental Static Regeneration which works with getServerSideProps.
Stars: ✭ 239 (+1738.46%)
Mutual labels:  nextjs, ssr
React Storefront
Build and deploy e-commerce progressive web apps (PWAs) in record time.
Stars: ✭ 275 (+2015.38%)
Mutual labels:  nextjs, ssr
Mordred
[Experimental] Source data from anywhere, for Next.js, Nuxt.js, Eleventy and many more.
Stars: ✭ 208 (+1500%)
Mutual labels:  nextjs, ssr
Leaa
Leaa is a monorepo restful CMS / Admin built with Nest.js (@nestjsx/crud, node.js) and Ant Design.
Stars: ✭ 375 (+2784.62%)
Mutual labels:  nextjs, antd
React Storefront
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).
Stars: ✭ 292 (+2146.15%)
Mutual labels:  nextjs, ssr
Example Storefront
Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.
Stars: ✭ 471 (+3523.08%)
Mutual labels:  nextjs, ssr
Firebase Functions Next Example
Host a Next.js SSR React app on Cloud Functions for Firebase with Firebase Hosting
Stars: ✭ 215 (+1553.85%)
Mutual labels:  nextjs, ssr
Next Go
Production ready blog + boilerplate for Next.js 3.X
Stars: ✭ 254 (+1853.85%)
Mutual labels:  nextjs, ssr
Nobibi
一款基于Next.js+mongo的轻量级开源社区(open community by Next.js & mongo)
Stars: ✭ 209 (+1507.69%)
Mutual labels:  nextjs, antd
Nextjs Redux Starter
Next.js + Redux + styled-components + Express = 😇
Stars: ✭ 257 (+1876.92%)
Mutual labels:  nextjs, ssr
React Multi Carousel
A lightweight production-ready Carousel that rocks supports multiple items and server-side rendering with no dependency. Bundle size 2kb.
Stars: ✭ 544 (+4084.62%)
Mutual labels:  nextjs, ssr
Next Firebase Ssr
An Next.js example repo for building authenticated pages with Firebase Authentication, cookies, and getServerSideProps
Stars: ✭ 192 (+1376.92%)
Mutual labels:  nextjs, ssr
Next Routes
Universal dynamic routes for Next.js
Stars: ✭ 2,354 (+18007.69%)
Mutual labels:  nextjs, ssr
React Static Tweets
Extremely fast static renderer for tweets.
Stars: ✭ 278 (+2038.46%)
Mutual labels:  nextjs, ssr

基于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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].