All Projects → frandiox → Vitessedge Template

frandiox / Vitessedge Template

Licence: mit
🏕 Opinionated Vite Starter Template with SSR in Cloudflare Workers

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Vitessedge Template

Gfwdata
Stars: ✭ 805 (+2200%)
Mutual labels:  ssr
Babel Plugin Styled Components
Improve the debugging experience and add server-side rendering support to styled-components
Stars: ✭ 878 (+2408.57%)
Mutual labels:  ssr
Nuxt.js
The Intuitive Vue(2) Framework
Stars: ✭ 38,986 (+111288.57%)
Mutual labels:  ssr
Freess
免费ss账号 免费shadowsocks账号 免费v2ray账号 (长期更新)
Stars: ✭ 6,544 (+18597.14%)
Mutual labels:  ssr
Shadowsocksr Speed
SSR 批量测试节点有效带宽
Stars: ✭ 934 (+2568.57%)
Mutual labels:  ssr
Angular Ssr Swa
Stars: ✭ 15 (-57.14%)
Mutual labels:  ssr
React Lazy Load Image Component
React Component to lazy load images and components using a HOC to track window scroll position.
Stars: ✭ 755 (+2057.14%)
Mutual labels:  ssr
Nuxt Static Render
Nuxt module for SSR without rehydration payload
Stars: ✭ 32 (-8.57%)
Mutual labels:  ssr
Yunle Template Next
yunle-cli 前端开发模板- node 专为线上渲染中间层
Stars: ✭ 13 (-62.86%)
Mutual labels:  ssr
New Pac
翻墙-科学上网、免费翻墙、免费科学上网、免费自由上网、fanqiang、翻墙梯子、免费软件/方法,一键翻墙浏览器,免费shadowsocks/ss/ssr/v2ray/goflyway账号/节点分享,vps一键搭建翻墙服务器脚本/教程,电脑、手机、iOS、安卓、windows、Mac、Linux、路由器翻墙
Stars: ✭ 31,869 (+90954.29%)
Mutual labels:  ssr
Vue Meteor
🌠 Vue first-class integration in Meteor
Stars: ✭ 893 (+2451.43%)
Mutual labels:  ssr
Moqui React Ssr
Moqui addon providing server-side rendering capability
Stars: ✭ 22 (-37.14%)
Mutual labels:  ssr
Angela
🙂angela (安其拉):react ssr router redux; react同构框架
Stars: ✭ 15 (-57.14%)
Mutual labels:  ssr
Svgicon
SVG icon components and tool set
Stars: ✭ 817 (+2234.29%)
Mutual labels:  ssr
Laravel Nuxt
A Laravel-Nuxt starter kit.
Stars: ✭ 943 (+2594.29%)
Mutual labels:  ssr
Hackernews
HackerNews clone built with Nuxt.js
Stars: ✭ 758 (+2065.71%)
Mutual labels:  ssr
React Apollo
♻️ React integration for Apollo Client
Stars: ✭ 6,932 (+19705.71%)
Mutual labels:  ssr
Shadowsocks install
Auto Install Shadowsocks Server for CentOS/Debian/Ubuntu
Stars: ✭ 7,516 (+21374.29%)
Mutual labels:  ssr
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+2637.14%)
Mutual labels:  ssr
Essay
A blog system based on Nuxt.js
Stars: ✭ 913 (+2508.57%)
Mutual labels:  ssr

Vitessedge

Vitessedge

Deploy your fullstack SSR apps to Cloudflare Workers using Vitedge.

Live Demo

Vue + Vite + SSR template based on @antfu's Vitesse

Features


Pre-packed

UI Frameworks

Icons

Plugins

Coding Style

Dev tools

Variations

As this template is strongly opinionated, the following provides a curated list for community maintained variations with different preferences and feature sets. Check them out as well. PR to add yours are also welcome!

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit frandiox/vitessedge-template my-vitesse-app
cd my-vitesse-app
npm i

Checklist

When you use this template, try follow the checklist to update your info properly

  • [ ] Rename name field in package.json
  • [ ] Change the author name in LICENSE
  • [ ] Change the title in index.html
  • [ ] Change the favicon in public
  • [ ] Remove the .github folder which contains the funding info
  • [ ] Clean up the READMEs and remove routes

And, enjoy :)

Usage

Development

Just run and visit http://localhost:3333

npm run dev # SSR development
npm run dev:spa # SPA without SSR

Build

To build the App, run

npm run build

And you will see the generated files in dist, and some of these files will be moved to serverless for deployment.

Deploy on Cloudflare Workers

  1. Create your Cloudflare account.
  2. Install Wrangler CLI.
  3. Modify the account_id in wrangler.toml. Then:
npm run preview # Simulate Worker environment locally
npm run deploy

Why

I have created several Vite apps recently. Setting the configs up is kinda the bottleneck for me to make the ideas simply come true within a very short time.

So I made this starter template for myself to create apps more easily, along with some good practices that I have learned from making those apps. It's strongly opinionated, but feel free to tweak it or even maintains your own forks. (see community maintained variation forks)

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