An open API service indexing awesome lists of open source software.

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

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
```