All Projects → ediaos → Vue Cli3 Ssr Project

ediaos / Vue Cli3 Ssr Project

Licence: mit
基于 VUE CLI3 SSR 工程化项目

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Vue Cli3 Ssr Project

Funbook Old
I have a dream, to be a novelist someday.
Stars: ✭ 65 (-24.42%)
Mutual labels:  ssr
Free proxy ss
分享来自互联网上免费的shadowsocks(SS)/ShadowsocksR(SSR)/V2ray(vmess)代理 每15分钟更新一次,每次各分享4个临时可用代理。 及时订阅、及时更新。
Stars: ✭ 72 (-16.28%)
Mutual labels:  ssr
Vue Masonry Wall
A pure vue responsive masonry layout without direct dom manipulation and ssr support.
Stars: ✭ 79 (-8.14%)
Mutual labels:  ssr
Micro Frontends
micro-frontends architecture with reactjs, nodejs, express
Stars: ✭ 66 (-23.26%)
Mutual labels:  ssr
Nextjs Jwt Example
next.js authorization example including private route protection
Stars: ✭ 72 (-16.28%)
Mutual labels:  ssr
Hookrouter
The flexible, and fast router for react that is entirely based on hooks
Stars: ✭ 1,200 (+1295.35%)
Mutual labels:  ssr
Ssr Vpn
Shadowsocks & ShadowsocksR & V2Ray & V2RayNG & VNET/酸酸乳节点及客户端
Stars: ✭ 65 (-24.42%)
Mutual labels:  ssr
React Router Nextjs Like Data Fetching
Demonstrating React Router 4's SSR awesomeness
Stars: ✭ 84 (-2.33%)
Mutual labels:  ssr
Aspnetcore Vue Starter
*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
Stars: ✭ 1,182 (+1274.42%)
Mutual labels:  ssr
Ngx Lazy Load Images
Image lazy load library for Angular 2+
Stars: ✭ 77 (-10.47%)
Mutual labels:  ssr
Freessr
【暂停更新】ssr 免费节点分享,每日更新
Stars: ✭ 69 (-19.77%)
Mutual labels:  ssr
Quench Vue
Simple, client-side hydration of pre-rendered Vue.js apps
Stars: ✭ 71 (-17.44%)
Mutual labels:  ssr
Vue Horizontal
An ultra simple pure vue horizontal layout for modern responsive web with zero dependencies. (SPA/SSG/SSR)
Stars: ✭ 75 (-12.79%)
Mutual labels:  ssr
React Universal Boiler
A bold way to begin your next great universal React application. Uses Webpack 3, React 16, Redux, and more for a great developer experience.
Stars: ✭ 65 (-24.42%)
Mutual labels:  ssr
Vue Ssr
基于vue-ssr搭建的一套node服务端渲染工作流
Stars: ✭ 78 (-9.3%)
Mutual labels:  ssr
Vue Ssr Demo
Stars: ✭ 65 (-24.42%)
Mutual labels:  ssr
Preact Cli Ssr
A quick demo for adding SSR to a Preact CLI app
Stars: ✭ 76 (-11.63%)
Mutual labels:  ssr
Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (-1.16%)
Mutual labels:  ssr
Firewalltutor
自建梯子教程, 翻墙教程, 科学上网, google https://github.com/firewallTutor/firewallTutor
Stars: ✭ 83 (-3.49%)
Mutual labels:  ssr
Mern
🎉 This is boilerplate for MERN stack with integrations like Redux and SSR 🎉
Stars: ✭ 77 (-10.47%)
Mutual labels:  ssr

vue-cli3-ssr-project

基于 Vue-Cli3 改造的 SSR 服务端渲染项目,目的是改造成可用于工程上

  • 基于 Cli3 进行改造的前后端渲染项目
  • 支持最新的 Vue 版本 v2.6.0+ , 支持 serverPrefetch
  • 支持通过配置决定 Page 是否服务端渲染
  • 使用 KOA 作为 server 端框架
  • PM2 配置支持
  • 支持前端渲染基于路由变更后再请求数据,用户体验更好
  • 优化基于 cli3 的环境配置,改为 config 文件中配置,包括 cdn 地址支持
  • 优化 dev 开发 ssr,通过双启动(ssr-server & client-dev-server)方式,实现前后端 dev 开发无感知,解决方案更加优雅
  • SEO 的支持,支持 tkd 以及 head 附加

v0.4.0

  • fix spa fetchDataMounted bug
  • add prettier and format
  • 控制 SSR 渲染不加载 三方 CSS 文件,改为 preload 加载

v0.3.4

  • update npm package version

v0.3.3

  • FIX DEV SOCKET BUG: WebSocket failed: Connection closed before receiving a handshake response ADD SOCKET PROXY FOR DEV

v0.3.1

  • fix tdk bug

v0.3.0

  • add serverPrefetch for ssr , rm async data

v0.2.1

  • add critical css to ssr
  • fix enable map file on ssr runtime bug

v0.2.0

  • update to Vue v2.6.0+

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint
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].