All Projects → eggjs → Egg Ant Design Pro

eggjs / Egg Ant Design Pro

Licence: mit
showcase for Egg loves Ant Design

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Egg Ant Design Pro

Examples
Store all egg examples in one place
Stars: ✭ 1,668 (+448.68%)
Mutual labels:  egg, showcase
Tonzhon Music
将QQ音乐、网易云音乐和酷我音乐上的歌添加到一个列表来播放!
Stars: ✭ 257 (-15.46%)
Mutual labels:  antd
egg-nuxt
The Nuxt plugin for eggjs
Stars: ✭ 23 (-92.43%)
Mutual labels:  egg
Antd Table Infinity
An infinite scroll component based on antd-table that supports virtual scrolling
Stars: ✭ 255 (-16.12%)
Mutual labels:  antd
rosim
Ragnarok Online Stats Simulator
Stars: ✭ 16 (-94.74%)
Mutual labels:  antd
Bird Front
bird前端项目,基于react、antd、antd-admin,封装常用数据组件,细粒度权限解决方案。
Stars: ✭ 272 (-10.53%)
Mutual labels:  antd
prophet
用于构建 react 中后台前端应用框架
Stars: ✭ 12 (-96.05%)
Mutual labels:  antd
Material Showcase Ios
✨ An elegant way to guide your beloved users in iOS apps - Material Showcase.
Stars: ✭ 300 (-1.32%)
Mutual labels:  showcase
Dva Admin
dva admin antd dashboard
Stars: ✭ 278 (-8.55%)
Mutual labels:  antd
Material Playground
Polymer material design playground
Stars: ✭ 254 (-16.45%)
Mutual labels:  showcase
erp-crm
IDURAR is Open Source ERP/CRM Based on Mern Stack (Node.js / Express.js / MongoDb / React.js ) with Ant Design (AntD) and Redux
Stars: ✭ 18 (-94.08%)
Mutual labels:  antd
egg-router
router for eggjs, fork from koa-router with some additional features
Stars: ✭ 50 (-83.55%)
Mutual labels:  egg
Markdown Nice
支持主题设计的 Markdown 编辑器,让排版变 Nice
Stars: ✭ 3,291 (+982.57%)
Mutual labels:  antd
docker
Egg official docker image
Stars: ✭ 26 (-91.45%)
Mutual labels:  egg
Cool Admin Midway
cool-admin(midway版)一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 2.0、typeorm、mysql、jwt、element-ui等构建
Stars: ✭ 204 (-32.89%)
Mutual labels:  egg
reactjs-boilerplate
Reactjs setup with babel, webpack with basic loaders, ant design, react-router and optimized for production using code splitting and lazy loading.
Stars: ✭ 40 (-86.84%)
Mutual labels:  antd
codemod-v4
codemod cli for antd v4 upgrade
Stars: ✭ 84 (-72.37%)
Mutual labels:  antd
Egg Commerce
Stars: ✭ 264 (-13.16%)
Mutual labels:  egg
Ant Design Blazor
🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.
Stars: ✭ 3,890 (+1179.61%)
Mutual labels:  antd
Showcaseview
🔦The ShowcaseView library is designed to highlight and showcase specific parts of apps to the user with an attractive and flat overlay.
Stars: ✭ 281 (-7.57%)
Mutual labels:  showcase

Egg Example for Ant Design Pro

A full example with frontend(Ant Design Pro) and backend(Egg.js).

Development

Egg has integrated with assets tools by egg-view-assets, so you don't have to start another command for serving assets.

$ npm run dev

npm run dev will start a dev server for assets that configured in config.assets.devServer.

Deployment

Assets should be compiled before shipping.

$ npm run build

It will be generated to app/public that hosted by Egg, due to the configration of ``.webpackrc`.

Start Egg with prod environment.

$ npm start

Deploy assets to CDN

TODO

How to Contribute

Please let us know how can we help. Do check out issues for bug reports or suggestions first.

To become a contributor, please follow our contributing guide.

License

MIT

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