-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSR-Kit, Builder #989
SSR-Kit, Builder #989
Conversation
README.md
Outdated
@@ -287,8 +288,9 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. | |||
- [vite-plugin-page-html](https://github.com/Marinerer/vite-plugins/tree/main/packages/page-html) - Multi-page generic template plugin, support `ejs` template syntax. Similar to `vue-cli` pages configuration. | |||
- [vite-plugin-vanilla](https://github.com/Marinerer/vite-plugins/tree/main/packages/vanilla) - Vanilla multi-page web development mode. | |||
- [genaicode/vite-plugin](https://github.com/gtanczyk/genaicode/tree/master/src/vite-genaicode/) - A plugin that embeds an AI coding assistant into the app UI. | |||
- [vite-plugin-year](https://github.com/8hobbies/vite-plugin-year) - Inserts the current year to the html file during build. Useful for adding a copyright year to the HTML file. | |||
- [vite-plugin-year](https://github.com/8hobbies/vite-plugin-year) - Inserts the current year to the html file during build. Useful for adding a copyright year to the HTML file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checklist
- git: pull request template structure not broken
- git: pull request template not selected
type
- git: pull request template not checked
Checklist
- git: empty commit
- git: link not to repository
- git: link description contains a link to the author / third-party resource
- git: link description no
for Vite
orVite plugin
- git: link description no
Fast
orSuper-fast
etc - git: link description short description short description (one sentence in 24 words, no expanded explanation)
- git: terms in the wrong formats (e.g. Typescript over TypeScript)
- git: broken PR
- git: no conflicts resolved
- git: doublicate
- time: not updated for more than 6 months
- category: not in its category
- lists: not the last on the list
- docs: no documentation
- docs: non-english documentation
- project: commercial product
- project: dead project
- project: does not accept donat
- site: no link to the site
- site: site with errors
- site: not actively using vuejs
- site: not original
Follow the rules CONTRIBUTING
README.md
Outdated
- [vite-plugin-llms](https://github.com/saschaseniuk/vite-plugin-llms) - Integration for the llms.txt specification supporting AI optimized content alongside application routes. | ||
- [vite-plugin-builder](https://github.com/yracnet/vite-plugin-builder) - A plugin that simplifies the setup of dual compilation for SSR and CSR in Vite projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checklist
- git: pull request template structure not broken
- git: pull request template not selected
type
- git: pull request template not checked
Checklist
- git: empty commit
- git: link not to repository
- git: link description contains a link to the author / third-party resource
- git: link description no
for Vite
orVite plugin
- git: link description no
Fast
orSuper-fast
etc - git: link description short description short description (one sentence in 24 words, no expanded explanation)
- git: terms in the wrong formats (e.g. Typescript over TypeScript)
- git: broken PR
- git: no conflicts resolved
- git: doublicate
- time: not updated for more than 6 months
- category: not in its category
- lists: not the last on the list
- docs: no documentation
- docs: non-english documentation
- project: commercial product
- project: dead project
- project: does not accept donat
- site: no link to the site
- site: site with errors
- site: not actively using vuejs
- site: not original
Follow the rules CONTRIBUTING
README.md
Outdated
@@ -165,6 +165,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. | |||
- [react-component-library-template](https://github.com/xxhls/react-component-library-template) - A library template for with `React`, `TypeScript`, `Vitest`, `React Testing Library`, `Storybook`, `Biome`, `Stylelint`. | |||
- [react-boilerplate](https://github.com/Aubergine-Community/react-basic-template) - Template for bootstrapping with `Eslint` + `Husky` + `Prettier`. | |||
- [react-admin-dashboard](https://github.com/larry-xue/react-admin-dashboard) - Dashboard template with `TypeScript`, `Vite`, `Ant Design`, `React Router`, `Zustand`, `Ant Design Charts`. | |||
- [vite-plugin-ssr-kit](https://github.com/yracnet/vite-plugin-ssr-kit) - A plugin for enabling server-side rendering (SSR) with Vite in React applications. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checklist
- git: pull request template structure not broken
- git: pull request template not selected
type
- git: pull request template not checked
Checklist
- git: empty commit
- git: link not to repository
- git: link description contains a link to the author / third-party resource
- git: link description no
for Vite
orVite plugin
- git: link description no
Fast
orSuper-fast
etc - git: link description short description short description (one sentence in 24 words, no expanded explanation)
- git: terms in the wrong formats (e.g. Typescript over TypeScript)
- git: broken PR
- git: no conflicts resolved
- git: doublicate
- time: not updated for more than 6 months
- category: not in its category
- lists: not the last on the list
- docs: no documentation
- docs: non-english documentation
- project: commercial product
- project: dead project
- project: does not accept donat
- site: no link to the site
- site: site with errors
- site: not actively using vuejs
- site: not original
Follow the rules CONTRIBUTING
Checklist
for Vite
,a Vite plugin
).GitHub
,TypeScript
,ESLint
, etc.)TypeScript
instead ofTypeScript 4.x
, but keepVue 2
andVue 3
as they're incompatible).Plugins/Tools
Starter Templates
Apps/Websites