|
40 | 40 |
|
41 | 41 | - 🎨 [UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine
|
42 | 42 |
|
| 43 | +- 🌍 [I18n ready](./src/locales) |
| 44 | + |
43 | 45 | - 🔥 Use the [new `<script setup>` syntax](https://github.com/vuejs/rfcs/pull/227)
|
44 | 46 |
|
45 | 47 | - 📥 [APIs auto importing](https://github.com/antfu/unplugin-auto-import) - use Composition API and others directly
|
|
86 | 88 | - [`vite-plugin-vue-layouts`](https://github.com/JohnCampionJr/vite-plugin-vue-layouts) - layouts for pages
|
87 | 89 | - [Pinia](https://pinia.vuejs.org) - Intuitive, type safe, light and flexible Store for Vue using the composition api
|
88 | 90 | - [`pinia-plugin-persistedstate`](https://github.com/prazdevs/pinia-plugin-persistedstate) - Configurable persistence and rehydration of Pinia stores
|
| 91 | +- [Vue I18n](https://github.com/intlify/vue-i18n-next) - Internationalization |
| 92 | + - [`unplugin-vue-i18n`](https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n) - unplugin for Vue I18n |
89 | 93 | - [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) - components auto import
|
90 | 94 | - [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) - Directly use Vue Composition API and others without importing
|
91 | 95 | - [vite-plugin-vconsole](https://github.com/vadxq/vite-plugin-vconsole) - A lightweight, extendable front-end developer tool for mobile web page
|
|
112 | 116 | - [Vite](https://marketplace.visualstudio.com/items?itemName=antfu.vite) - Fire up Vite server automatically
|
113 | 117 | - [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) - Vue 3 `<script setup>` IDE support
|
114 | 118 | - [Iconify IntelliSense](https://marketplace.visualstudio.com/items?itemName=antfu.iconify) - Icon inline display and autocomplete
|
| 119 | + - [i18n Ally](https://marketplace.visualstudio.com/items?itemName=lokalise.i18n-ally) - All in one i18n support |
115 | 120 | - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
|
116 | 121 |
|
117 | 122 | ## Try it now
|
@@ -259,6 +264,15 @@ Go to [Netlify](https://app.netlify.com/start) and select your clone, `OK` along
|
259 | 264 | </a>
|
260 | 265 | </td>
|
261 | 266 | </tr>
|
| 267 | +<tr> |
| 268 | + <td align="center"> |
| 269 | + <a href="https://github.com/SublimeCT"> |
| 270 | + <img src="https://avatars.githubusercontent.com/u/20380890?v=4" width="90;" alt="sven"/> |
| 271 | + <br /> |
| 272 | + <sub><b>sven</b></sub> |
| 273 | + </a> |
| 274 | + </td> |
| 275 | +</tr> |
262 | 276 | </table>
|
263 | 277 |
|
264 | 278 | ## Star History
|
|
0 commit comments