https://github.com/efureev/kb-front
https://github.com/efureev/kb-front
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/efureev/kb-front
- Owner: efureev
- License: mit
- Created: 2022-07-24T18:50:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T21:09:46.000Z (over 2 years ago)
- Last Synced: 2025-01-15T09:03:07.831Z (4 months ago)
- Language: TypeScript
- Size: 697 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue3-ts-vite-ssr-starter
- Lightning-fast cold server start
- Instant hot module replacement (HMR) and dev SSR
- True on-demand compilation
- Use `vue3 vite3.0 typescript eslint SSR pinia unocss vue-router element-plus scss`Forked from `https://github.com/vok123/vue3-ts-vite-ssr-starter`
## Getting Started
- run in SPA serving mode
```shell
yarn install
npm dev:spa
```- preview
```shell
yarn install
yarn preview
```- build
```shell
yarn install
yarn build
```## Codebase to review
- `https://github.com/vbenjs/vue-vben-admin/tree/main`
- `https://github.com/helixsoftco/vuelix/blob/main/src/auth/plugin.ts`
- `https://github.com/feat-agency/vite-plugin-webfont-dl`
- `https://github.com/EverSeenTOTOTO/browser-app-boilerplate/tree/vue-vite-ssr`
- `https://github.com/developer-plus/vue-hbs-admin`