Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/q9090960bnb3/vue_i18n_study


https://github.com/q9090960bnb3/vue_i18n_study

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# vue-i18n study

## A multiple Pages Starter use Vue-cli3

## Project setup

download and:

```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Modify Page Title

In the root folder `title.js`.

Code likes:

```
{
index: '主页',
'user/login': '登录',
'customer/home': '用户首页'
}
```

### More Config

[Vue-cli 3](https://cli.vuejs.org/)