Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 💚

[jcfauchet](https://github.com/jcfauchet)
[mrzdevcore](https://github.com/mrzdevcore)