1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

vue*: add Indonesian translation (#4848)

This commit is contained in:
Mulia Nasution 2020-10-29 00:56:04 +07:00 committed by GitHub
parent fb0f699157
commit fce33fcc76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# vue build
> Sub-perintah yang disediakan oleh `@vue/cli` dan `@vue/cli-service-global` yang memungkinkan prototipe cepat.
> Informasi lanjut: <https://cli.vuejs.org/guide/prototyping.html>.
- Membangun berkas `.js` or `.vue` pada mode produksi tanpa konfigurasi:
`vue build {{nama_file}}`

View file

@ -0,0 +1,16 @@
# vue init
> Sub-perintah untuk menginisialisasi proyek warisan framework Vue.js.
> Informasi lanjut: <https://cli.vuejs.org/guide/creating-a-project.html#pulling-2-x-templates-legacy>.
- Buat proyek baru dengan menggunakan salah satu templat bawaan:
`vue init {{webpack|webpack-simple|browserify|browserify-simple|simple}} {{nama_proyek}}`
- Buat proyek baru menggunakan templat lokal:
`vue init {{lokasi/ke/templat_direktori}} {{nama_proyek}}`
- Buat proyek baru dengan menggunakan templat dari GitHub:
`vue init {{username}}/{{repo}} {{nama_proyek}}`

View file

@ -0,0 +1,8 @@
# vue serve
> Sub-perintah yang disediakan oleh `@vue/cli` dan `@vue/cli-service-global` yang memungkinkan prototipe cepat.
> Informasi lanjut: <https://cli.vuejs.org/guide/prototyping.html>.
- Sajikan berkas `.js` or `.vue` pada mode pengembangan tanpa konfigurasi:
`vue serve {{nama_file}}`

12
pages.id/common/vue.md Normal file
View file

@ -0,0 +1,12 @@
# vue
> CLI serba guna untuk Vue.js.
> Informasi lanjut: <https://cli.vuejs.org>.
- Buat proyek vue baru secara interaktif:
`vue create {{nama_proyek}}`
- Buat proyek baru dengan antar muka web:
`vue ui`