Bản mẫu Vue, Vuetify, Vuex, Vue-router, i18n
Một cách tốt để nhanh chóng bắt đầu một dự án Vue với nền tảng tốt! [ Demo ]
📦 Tính năng
- Vue 2.x
- Vuetify v2.x
- Vuex v3.x
- Vue-router v3.x
- Vue-i18n v8.x
🚀 Bắt đầu
git clone https://github.com/morgbn/vuetify-i18n-boilerplate project-name
cd project-name
npm i
npm serve # compiles and hot-reloads for development
❓ Câu hỏi thường gặp
Làm cách nào để thêm ngôn ngữ?
Dưới đây là một ví dụ để thêm ngôn ngữ Tây Ban Nha:
Thêm cờ Tây Ban Nha vào /src/assets/flags/. Bạn có thể tìm thấy các biểu tượng (có giấy phép MIT) trong repo folder này.
Đổi tên nó thành es.png (quan trọng).
Tiếp theo, tạo tệp /src/lang/ es.js, và viết các bản dịch của bạn, ví dụ:
export default {
appname: 'Nombre de la aplicación'
}
Đó là tất cả.
.gitignore
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Chi tiết tải về:
Tác giả: Morgbn
Nguồn: https://github.com/Morgbn/vuetify-i18n-boilerplate
Giấy phép: MIT license