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

https://github.com/yxw007/vue3-i18n-demo


https://github.com/yxw007/vue3-i18n-demo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# i18n

I18n 集成demo

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```