All Projects → vueneue → Vueneue

vueneue / Vueneue

Licence: mit
DEPRECATED: go to UVue

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vueneue

Uvue
Vue CLI plugin to create universal Vue applications with ease
Stars: ✭ 119 (+20.2%)
Mutual labels:  cli, pwa, ssr
Mario
Powerful Python pipelines for your shell
Stars: ✭ 469 (+373.74%)
Mutual labels:  cli, plugins
Vue Slick Carousel
🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
Stars: ✭ 447 (+351.52%)
Mutual labels:  pwa, ssr
React Native Make
A collection of everyday React Native CLI tools
Stars: ✭ 606 (+512.12%)
Mutual labels:  cli, plugins
Quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time
Stars: ✭ 20,090 (+20192.93%)
Mutual labels:  pwa, ssr
Gitpunch
Watch for releases on GitHub → gitpunch.com
Stars: ✭ 361 (+264.65%)
Mutual labels:  pwa, ssr
Awes Io
Awes.io // boilerplate based on Vue, Nuxt, TailwindCSS plus Laravel as a backend. 🤟
Stars: ✭ 599 (+505.05%)
Mutual labels:  pwa, ssr
React Storefront
Build and deploy e-commerce progressive web apps (PWAs) in record time.
Stars: ✭ 275 (+177.78%)
Mutual labels:  pwa, ssr
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+867.68%)
Mutual labels:  pwa, ssr
Laravel Vuejs.com
Laravel and VueJs Blog, using Laravel nova, GraphQL, NuxtJs, Apollo and ...more
Stars: ✭ 54 (-45.45%)
Mutual labels:  pwa, ssr
The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (-29.29%)
Mutual labels:  cli, pwa
React Storefront
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).
Stars: ✭ 292 (+194.95%)
Mutual labels:  pwa, ssr
Ssr Sample
A minimum sample of Server-Side-Rendering, Single-Page-Application and Progressive Web App
Stars: ✭ 285 (+187.88%)
Mutual labels:  pwa, ssr
Cra Universal
🌏 Create React App companion for universal app. No eject, auto SSR, zero config, full HMR, and more (inactive project)
Stars: ✭ 419 (+323.23%)
Mutual labels:  cli, ssr
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 (+185.86%)
Mutual labels:  cli, ssr
Preact Cli
😺 Your next Preact PWA starts in 30 seconds.
Stars: ✭ 4,510 (+4455.56%)
Mutual labels:  cli, pwa
Stencil
A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.
Stars: ✭ 9,880 (+9879.8%)
Mutual labels:  pwa, ssr
giog
It's based on githud issues and built with Vue 2.x, vue-router & vuex with server-side rendering by koa
Stars: ✭ 14 (-85.86%)
Mutual labels:  pwa, ssr
angular-seo
Angular 13 Example SEO Search engine optimization + PWA + SSR + Lazyloading
Stars: ✭ 58 (-41.41%)
Mutual labels:  pwa, ssr
Hackernews
HackerNews clone built with Nuxt.js
Stars: ✭ 758 (+665.66%)
Mutual labels:  pwa, ssr

DEPRECATED: go to UVue

VueNeue
A new start to build SSR (Server-side rendered) applications with Vue CLI 3.x

npm version TravisCI CircleCI AppVeyor

Documentation

https://vueneue.github.io/docs/

Packages

  • @vueneue/vue-cli-plugin-ssr: Vue CLI plugin to quick start a SSR application
  • @vueneue/ssr-core: Contain main sources for SSR
  • @vueneue/ssr-server: Koa server used to render pages

Quick start

Install

vue add @vueneue/ssr

This plugins add 4 commands to run or build your application in SSR mode:

Start a development server with HMR

npm run ssr:serve

Build for production

npm run ssr:build

Start in production mode (need a npm run ssr:build before)

npm run ssr:start

Generate static website

npm run generate

License

MIT: see LICENSE file

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