egg-vue-typescript-boilerplate

4.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i egg-vue-typescript-boilerplate

Weekly Downloads

4

Version

4.0.5

License

MIT

Unpacked Size

1.72 MB

Total Files

114

Last publish

Collaborators

  • hubcarl