Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmimiex/vue3-ssr-template
Vue3 SSR prod-ready multi-languages template
https://github.com/xmimiex/vue3-ssr-template
head koa pinia typescript vue-i18n vue-router vue3
Last synced: 3 months ago
JSON representation
Vue3 SSR prod-ready multi-languages template
- Host: GitHub
- URL: https://github.com/xmimiex/vue3-ssr-template
- Owner: xmimiex
- License: mit
- Created: 2022-01-07T15:47:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T19:42:44.000Z (over 2 years ago)
- Last Synced: 2023-07-12T21:29:57.556Z (over 1 year ago)
- Topics: head, koa, pinia, typescript, vue-i18n, vue-router, vue3
- Language: TypeScript
- Homepage: https://xmimiex.github.io/vue3-ssr-template/
- Size: 672 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue3-ssr-template
[![vue 3](https://img.shields.io/static/v1?label=vue3&message=ssr&color=green)](https://github.com/vuejs/vue-next)
![prod ready](https://img.shields.io/static/v1?label=production&message=ready&color=green)
![license](https://img.shields.io/badge/license-MIT-blue)## About
This template is a prod ready starter for your Vue SSR application where you can do what you want at any level, client or server side.
It follows the official [Vue SSR Guide](https://v3.vuejs.org/guide/ssr.html) and uses officials Vue dependencies needed for a large scale-up project regarding SEO, Internationalization.## Technologies
| Vue eco-system | Basics | Tooling |
| :----------------------------------------------------- | :---------------------------------------------------- | :---------------------------------------------------- |
| [vue 3](https://github.com/vuejs/vue-next) | [typescript](https://github.com/Microsoft/TypeScript) | [husky](https://typicode.github.io/husky/) |
| [vue-router](https://github.com/vuejs/vue-router-next) | [storybook](https://github.com/storybookjs/storybook) | [webpack 5](https://github.com/webpack/webpack) |
| [vue-i18n](https://github.com/intlify/vue-i18n-next) | [koa](https://github.com/koajs/koa) | [vite](https://github.com/vitejs/vite) |
| [pinia](https://github.com/vuejs/pinia) | [swc](https://github.com/swc-project/swc) | [stylelint](https://www.npmjs.com/package/stylelint) |
| [head](https://github.com/vueuse/head) | [sass](https://github.com/sass/dart-sass) | [eslint](https://www.npmjs.com/package/eslint) |## Documentation
https://xmimiex.github.io/vue3-ssr-template/
## Special thanks 💚
[](https://github.com/jcfauchet)
[](https://github.com/mrzdevcore)