All Projects β†’ easy-team β†’ ves

easy-team / ves

Licence: other
Vue SSR(Server Side Render) Web Framework for Egg

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to ves

Beidou
🌌 Isomorphic framework for server-rendered React apps
Stars: ✭ 2,726 (+11752.17%)
Mutual labels:  isomorphic, server-side-rendering, node-framework
egg-vue-typescript-boilerplate
Egg Vue TypeScript Server Side Render (SSR) / Client Side Render (CSR)
Stars: ✭ 69 (+200%)
Mutual labels:  eggjs, egg-vue-server-side-render, egg-vue-ssr
Universal React Router4
Demo app showing how to use react-router v4 for server- and client-side rendering
Stars: ✭ 216 (+839.13%)
Mutual labels:  isomorphic, server-side-rendering
Typescript Hapi React Hot Loader Example
Simple TypeScript React Hot Loading example with Hapi Server-side rendering
Stars: ✭ 44 (+91.3%)
Mutual labels:  isomorphic, server-side-rendering
Egg Vue Webpack Boilerplate
Egg Vue Server Side Render (SSR) / Client Side Render (CSR)
Stars: ✭ 1,302 (+5560.87%)
Mutual labels:  isomorphic, server-side-rendering
Use Ssr
☯️ React hook to determine if you are on the server, browser, or react native
Stars: ✭ 230 (+900%)
Mutual labels:  isomorphic, server-side-rendering
React Isomorphic Boilerplate
🌟 An universal React isomorphic boilerplate for building server-side render web app.
Stars: ✭ 653 (+2739.13%)
Mutual labels:  isomorphic, server-side-rendering
Universal React Demo
ES6 demo of a simple but scalable React app with react-router, code splitting, server side rendering, and tree shaking.
Stars: ✭ 50 (+117.39%)
Mutual labels:  isomorphic, server-side-rendering
Angular Ssr
Angular 4+ server-side rendering solution compatible with @angular/material, jQuery, and other libraries that touch the DOM (as well as providing a rich feature set!)
Stars: ✭ 283 (+1130.43%)
Mutual labels:  isomorphic, server-side-rendering
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (+408.7%)
Mutual labels:  isomorphic, server-side-rendering
Egg React Ssr
ζœ€ε°θ€ŒηΎŽηš„Egg + React + SSR ζœεŠ‘η«―ζΈ²ζŸ“εΊ”η”¨ιͺ¨ζžΆοΌŒεŒζ—Άζ”―持JSε’ŒTS
Stars: ✭ 1,837 (+7886.96%)
Mutual labels:  isomorphic, eggjs
Awesome Nextjs
πŸ“” πŸ“š A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
Stars: ✭ 6,812 (+29517.39%)
Mutual labels:  isomorphic, server-side-rendering
React App
Create React App with server-side code support
Stars: ✭ 614 (+2569.57%)
Mutual labels:  isomorphic, server-side-rendering
Universal
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
Stars: ✭ 669 (+2808.7%)
Mutual labels:  isomorphic, server-side-rendering
Redux Connect
Provides decorator for resolving async props in react-router, extremely useful for handling server-side rendering in React
Stars: ✭ 551 (+2295.65%)
Mutual labels:  isomorphic, server-side-rendering
Hapi React Hot Loader Example
Simple React Hot Loading example with Hapi Server-side rendering
Stars: ✭ 44 (+91.3%)
Mutual labels:  isomorphic, server-side-rendering
React Imvc
An Isomorphic MVC Framework
Stars: ✭ 211 (+817.39%)
Mutual labels:  isomorphic, server-side-rendering
React Head
β›‘ SSR-ready Document Head tag management for React 16+
Stars: ✭ 262 (+1039.13%)
Mutual labels:  isomorphic, server-side-rendering
Go Starter Kit
[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Stars: ✭ 2,855 (+12313.04%)
Mutual labels:  isomorphic, server-side-rendering
Marko
A declarative, HTML-based language that makes building web apps fun
Stars: ✭ 10,796 (+46839.13%)
Mutual labels:  isomorphic, server-side-rendering

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

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