https://github.com/tianyong90/vue3-ssr-starter-kit
vue3 ssr example, no vite-ssr or vite-ssr-plugin used
https://github.com/tianyong90/vue3-ssr-starter-kit
ssr vite vite-ssr vite-ssr-template vue3 vue3-vite-ssr
Last synced: 7 months ago
JSON representation
vue3 ssr example, no vite-ssr or vite-ssr-plugin used
- Host: GitHub
- URL: https://github.com/tianyong90/vue3-ssr-starter-kit
- Owner: tianyong90
- License: mit
- Created: 2022-07-30T02:51:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T07:55:41.000Z (about 3 years ago)
- Last Synced: 2025-01-13T10:50:51.073Z (9 months ago)
- Topics: ssr, vite, vite-ssr, vite-ssr-template, vue3, vue3-vite-ssr
- Language: Vue
- Homepage:
- Size: 1.77 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue3-ssr-example
vue3 ssr example, no vite-ssr or vite-ssr-plugin used
## Features
- [x] typescript
- [x] tailwindcss
- [x] eslint
- [x] stylelint
- [x] router
- [x] pinia(store)
- [x] vueuse/head
- [x] svg sprite
- [x] sitemap## Deploy
1. build
```bash
// npm
npm run build//
yarn run build
```