All Projects → easy-team → egg-vue-typescript-boilerplate

easy-team / egg-vue-typescript-boilerplate

Licence: MIT License
Egg Vue TypeScript Server Side Render (SSR) / Client Side Render (CSR)

Programming Languages

typescript
32286 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to egg-vue-typescript-boilerplate

egg-typescript-element-kit
基于 Egg + TypeScript + Element 博客系统,包括前台系统和后台管理系统
Stars: ✭ 19 (-72.46%)
Mutual labels:  egg, typescript-egg, egg-vue, egg-webpack
ves
Vue SSR(Server Side Render) Web Framework for Egg
Stars: ✭ 23 (-66.67%)
Mutual labels:  eggjs, egg-vue-server-side-render, egg-vue-ssr
Egg Vue Webpack Boilerplate
Egg Vue Server Side Render (SSR) / Client Side Render (CSR)
Stars: ✭ 1,302 (+1786.96%)
Mutual labels:  egg, webpack3
Blog
天猪部落阁 http://atian25.github.io
Stars: ✭ 1,527 (+2113.04%)
Mutual labels:  egg, eggjs
egg-nuxt-blog
Nuxt.js(web端) + Egg.js(api 服务) + Vue.js(管理后台)+ ElementUI(通用组件库)服务器渲染(SSR)搭建的个人博客系统
Stars: ✭ 16 (-76.81%)
Mutual labels:  egg, eggjs
Egg Cancan
cancancan like authorization plugin for Egg.js
Stars: ✭ 47 (-31.88%)
Mutual labels:  egg, eggjs
Egg Authz
egg-authz is an authorization middleware for Egg.js based on Casbin
Stars: ✭ 50 (-27.54%)
Mutual labels:  egg, eggjs
Egg Oauth2 Server
🌟 OAuth2 server plugin for egg.js based on node-oauth2-server
Stars: ✭ 174 (+152.17%)
Mutual labels:  egg, eggjs
Egg Graphql
Stars: ✭ 345 (+400%)
Mutual labels:  egg, eggjs
egg-view-assets
Manage frontend assets in development and production.
Stars: ✭ 51 (-26.09%)
Mutual labels:  egg, eggjs
egg-parameters
Merge all parameters (ctx.params, ctx.request.query, ctx.request.body) into ctx.params like Rails application.
Stars: ✭ 24 (-65.22%)
Mutual labels:  egg, eggjs
Nideadmin
【未完成】NideAdmin - 基于 Vue.js + Egg.js 的微信小程序后台框架
Stars: ✭ 35 (-49.28%)
Mutual labels:  egg, eggjs
Eggjs Note
《Egg.js 深入浅出学习笔记》(暂时停更)
Stars: ✭ 502 (+627.54%)
Mutual labels:  egg, eggjs
egg-bus
🐣 用 egg 编写优雅的队列与事件
Stars: ✭ 38 (-44.93%)
Mutual labels:  egg, eggjs
Egg 24time
A Twitter-like news and social server for Egg. 微信小程序社区全栈解决方案
Stars: ✭ 493 (+614.49%)
Mutual labels:  egg, eggjs
Egg Router Plus
The missing router feature for eggjs
Stars: ✭ 117 (+69.57%)
Mutual labels:  egg, eggjs
docker
Egg official docker image
Stars: ✭ 26 (-62.32%)
Mutual labels:  egg, eggjs
Egg
🥚 Born to build better enterprise frameworks and apps with Node.js & Koa
Stars: ✭ 17,616 (+25430.43%)
Mutual labels:  egg, eggjs
Cool Admin Api
cool-admin-api 是基于egg.js、typeorm、jwt等封装的api开发脚手架、快速开发api接口
Stars: ✭ 188 (+172.46%)
Mutual labels:  egg, eggjs
egg-rbac
Role Based Access Control for eggjs
Stars: ✭ 32 (-53.62%)
Mutual labels:  egg, eggjs

egg-vue-typescript-boilerplate

基于 Egg + Vue + Webpack SSR 服务端渲染和 CSR 前端渲染工程骨架项目。

Single Page Application Isomorphic Example for Egg + Vue, Front-End and Node of The Application are Written in TypeScript.

Document

QuickStart

  • Development
$ npm install -g easywebpack-cli
$ easy init
$ npm install
$ npm run dev
$ open http://localhost:7001
  • Publish
npm run tsc
npm run build
npm start

Features

  • ✔︎ Single Page Application, Support Vue Server Side Render and Client Side Render Modes, Rendering Cache, Automatic Downgrade
  • ✔︎ Front-End and Node of The Application are Written in TypeScript, Use vue-property-decorator and vuex-class
  • ✔︎ Build with Webpack + TypeScript, Auto Building, Hot Reload, Code Splitting, High Speed, Performance Optimization

Rendering

  • Front-End TypeScript

Front-End TypeScript

  • Node TypeScript

Node TypeScript

  • UI ScreenShot

UI ScreenShot

TypeScript

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