Skip to content

easy-team/ves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6607f87 · Feb 24, 2020

History

31 Commits
Oct 25, 2018
Feb 24, 2020
Oct 10, 2019
Oct 10, 2019
Oct 10, 2019
Oct 2, 2018
Oct 2, 2018
Oct 25, 2018
Oct 10, 2019
Feb 24, 2020
Oct 26, 2018
Oct 25, 2018
Oct 2, 2018
Oct 25, 2018
Oct 2, 2018
Feb 24, 2020

Repository files navigation

ves

NPM version build status Test coverage David deps Known Vulnerabilities npm download

A Powerful, Simple Vue Node Isomorphic Framework, Front-End and Node of The Application are Written in TypeScript! Everything is Simple!

You don't need to care about Vue server-side rendering implementation details and the Webpack + Babel + TypeScript build process. You just need to write Vue isomorphic applications just like you would write a Vue front-end application.

Installation

$ npm install ves --save

Node.js >= 8.0.0 required.

Features

  • ✔︎ Based on Egg Framework, Powerful, Easy to Expand
  • ✔︎ 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
  • ✔︎ Build with Webpack + TypeScript, Auto Building, Hot Reload, Code Splitting, High Speed, Performance Optimization
  • ✔︎ Powerful Tool Chain ves-cli

Document

QuickStart

$ npm install -g ves-cli
$ ves init
$ npm install
$ npm run dev
$ open http://localhost:7001

Examples

See ves-amdin

Links

License

MIT