All Projects → sunchenyang → react-ant-mobile

sunchenyang / react-ant-mobile

Licence: other
react+ant-mobile+Next.js 脚手架

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to react-ant-mobile

React Ssr
react16 next.js4 antd-mobile2 redux
Stars: ✭ 171 (+677.27%)
Mutual labels:  nextjs, antd-mobile
Gank
🦅 Gank api base △ next.js (react&ssr)
Stars: ✭ 122 (+454.55%)
Mutual labels:  nextjs, antd-mobile
Nextjs Starter
A starter project for next js with authentication - Contains React 17 + Typescript + Tailwind CSS 2 + React Query 3 + GitHub Auth + LinkedIn Auth + Password-less Auth + Fauna DB
Stars: ✭ 235 (+968.18%)
Mutual labels:  nextjs
react-shop
Shop example for mobile web
Stars: ✭ 20 (-9.09%)
Mutual labels:  antd-mobile
umi-dva-antd-mobile-starter
Get started with Umi3.js and Ant Design Mobile.
Stars: ✭ 21 (-4.55%)
Mutual labels:  antd-mobile
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+13604.55%)
Mutual labels:  nextjs
ui-nuclear-mobile
A configurable Mobile UI based on Antd Mobile and Vue
Stars: ✭ 61 (+177.27%)
Mutual labels:  antd-mobile
Nextjs Aws S3
Example Next.js app to upload photos to an S3 bucket.
Stars: ✭ 229 (+940.91%)
Mutual labels:  nextjs
portfolio
My personal portfolio website, proudly built with Next.js, TypeScript and Tailwind
Stars: ✭ 165 (+650%)
Mutual labels:  nextjs
Next.js
The React Framework
Stars: ✭ 78,384 (+356190.91%)
Mutual labels:  nextjs
mobile-realm
mobile-realm
Stars: ✭ 21 (-4.55%)
Mutual labels:  antd-mobile
Next Go
Production ready blog + boilerplate for Next.js 3.X
Stars: ✭ 254 (+1054.55%)
Mutual labels:  nextjs
Next Seo
Next SEO is a plug in that makes managing your SEO easier in Next.js projects.
Stars: ✭ 4,149 (+18759.09%)
Mutual labels:  nextjs
movies
a project build with react、redux、 redux-saga、 express 、mongodb、ssr also ☀️
Stars: ✭ 76 (+245.45%)
Mutual labels:  antd-mobile
Hyperglass
hyperglass is the network looking glass that tries to make the internet better.
Stars: ✭ 242 (+1000%)
Mutual labels:  nextjs
react-drag
A drag and drop platform based on sortable.js front-end visualization. 一个基于sortable.js的前端可视化搭建的拖拽平台,ui组件采用antd-mobile.通过umi脚手架构建.技术栈采用dva+hooks+umi+antd-mobile+sortable.js+react-color.
Stars: ✭ 51 (+131.82%)
Mutual labels:  antd-mobile
Mdnext
The opinionated ecosystem for MDX powered NextJS apps for blogs, documentation, and more.
Stars: ✭ 242 (+1000%)
Mutual labels:  nextjs
Next Netlify Starter
A one-click starter project for Next and Netlify
Stars: ✭ 249 (+1031.82%)
Mutual labels:  nextjs
ant-design-mobile-pro
🛠 Use Ant Design Mobile like Ant Design Pro.
Stars: ✭ 22 (+0%)
Mutual labels:  antd-mobile
server-authentication-next.js
No description or website provided.
Stars: ✭ 103 (+368.18%)
Mutual labels:  nextjs

react-ant-mobile

React Ant Mobile Next.js

亲测已用到生产项目上

特性

  • 基于reactant-mobileNext.jsRedux web-mobile服务端渲染最佳实践。
  • 基于Ant Mobile UI ,手机webapp服务端渲染的最佳实践脚手架。
  • 通过NodeJs反向代理解决了跨域问题。

如何运行

```bash
npm install
npm run dev
打开 http://localhost:3000
```

构建与运行

```bash
npm run build
npm start
```

开发构建

目录结构

├── /actions/           # redux action
│ ├── home.js		# home.js
│ ├── http.js		# http.js
├── /api/		# http 请求
├── /components/	# 组件
│ │ ├── Layout.js	# 国际化
│ │ ├── MenuBar.js	# 底部导航
├── /decorators/	# 装饰器
│ │ ├── index.js        # 装饰器入口
│ │ ├── ReduxIni.js     # redux 装饰器
├── /pages/		# 组件
│ │ ├── _document.js    # http模板
│ │ ├── home.js		# home.js
│ │ ├── http.js		# http.js
│ │ ├── index.js	# 入口文件
│ │ ├── scss.js		# scss.js
├── /reducers/		# redux reducers
│ │ ├── index.js	# reducers 入口文件
│ │ ├── home.js		# home.js
│ │ ├── http.js		# http.js
├── /static/		# static
├── /styles/		# styles scss文件夹
├── package.json	# 项目信息
├── next.config.js	# next.js的webpack配置
├── postcss.config.js	# next.js的scss配置
├── server.js		# node server 反向代理也在其中配置
├── store.js		# redux 配置
├── .babelrc		# babelrc配置
└── .gitignore		# gitignore配置

错误

如果在 npm install 时候报错很有可能是安装node-sass报错。
执行下面的命令即可
npm install node-sass --registry=https://registry.npm.taobao.org

截屏

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].