All Projects → universal-vue → Uvue

universal-vue / Uvue

Licence: mit
Vue CLI plugin to create universal Vue applications with ease

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Uvue

Hackernews
HackerNews clone built with Nuxt.js
Stars: ✭ 758 (+536.97%)
Mutual labels:  universal, pwa, ssr
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+705.04%)
Mutual labels:  universal, 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 (+252.1%)
Mutual labels:  cli, universal, ssr
Vueneue
DEPRECATED: go to UVue
Stars: ✭ 99 (-16.81%)
Mutual labels:  cli, pwa, ssr
Nuxt.js
The Intuitive Vue(2) Framework
Stars: ✭ 38,986 (+32661.34%)
Mutual labels:  universal, ssr
Gatsby Universal
🔮 An opinionated Gatsby v2 starter for state-of-the-art marketing sites.
Stars: ✭ 617 (+418.49%)
Mutual labels:  universal, pwa
Laravel Nuxt
A Laravel-Nuxt starter kit.
Stars: ✭ 943 (+692.44%)
Mutual labels:  universal, ssr
Laravel Vuejs.com
Laravel and VueJs Blog, using Laravel nova, GraphQL, NuxtJs, Apollo and ...more
Stars: ✭ 54 (-54.62%)
Mutual labels:  pwa, ssr
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (-1.68%)
Mutual labels:  universal, ssr
The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (-41.18%)
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 (+8202.52%)
Mutual labels:  pwa, ssr
Awes Io
Awes.io // boilerplate based on Vue, Nuxt, TailwindCSS plus Laravel as a backend. 🤟
Stars: ✭ 599 (+403.36%)
Mutual labels:  pwa, ssr
Universal Starter
Angular 9 Universal repo with many features
Stars: ✭ 518 (+335.29%)
Mutual labels:  universal, ssr
Upash
🔒Unified API for password hashing algorithms
Stars: ✭ 484 (+306.72%)
Mutual labels:  cli, universal
React Redux Saucepan
A minimal and universal react redux starter project. With hot reloading, linting and server-side rendering
Stars: ✭ 86 (-27.73%)
Mutual labels:  universal, ssr
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+1016.81%)
Mutual labels:  cli, pwa
Preact Cli
😺 Your next Preact PWA starts in 30 seconds.
Stars: ✭ 4,510 (+3689.92%)
Mutual labels:  cli, pwa
Rfx Stack
RFX Stack - Universal App
Stars: ✭ 427 (+258.82%)
Mutual labels:  universal, ssr
Vue Slick Carousel
🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
Stars: ✭ 447 (+275.63%)
Mutual labels:  pwa, 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 (-28.57%)
Mutual labels:  pwa, ssr

UVue

UVue

Build universal Vue applications with ease

npm version TravisCI CircleCI AppVeyor

Getting started

Install

vue add @uvue/ssr

This plugins add 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 a static website

npm run ssr:static

Try to fix code to be SSR compatible

npm run ssr:fix

Try to fix Vuex states to be SSR compatible

npm run ssr:fix-vuex

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