Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/q9090960bnb3/vue_i18n_study
https://github.com/q9090960bnb3/vue_i18n_study
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/q9090960bnb3/vue_i18n_study
- Owner: q9090960bnb3
- Created: 2019-10-14T07:09:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:32:06.000Z (about 2 years ago)
- Last Synced: 2024-05-17T08:55:31.235Z (7 months ago)
- Language: CSS
- Size: 3.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
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/)