contoh kalimat nuxt.js
- This property should be used when using Nuxt.js programmatically.
Properti ini digunakan ketika menggunakan Nuxt.js secara terprogram. - Define the source directory of your Nuxt.js application
Menentukan direktori asal pada aplikasi nuxt.js Anda. - The router property lets you customize Nuxt.js router (vue-router).
Properti router memungkinkan Anda menyesuaikan router Nuxt.js (vue-router). - Define the development or production mode of Nuxt.js.
Menentukan mode pengembangan (development) atau produksi (production). - Define the workspace of your Nuxt.js application.
Menentukan ruang kerja pada aplikasi Nuxt.js Anda. - Nuxt.js lets you customize runtime options for rendering pages
Nuxt.js memungkinkan Anda menyesuaikan opsi runtime untuk me-render halaman - Nuxt.js can be used to create authenticated routes easily.
Nuxt.js dapat digunakan untuk membuat rute terautentikasi dengan mudah. - I use several Nuxt.js modules to speed up this blog.
Saya menggunakan beberapa modul Nuxt.js untuk mempercepat blog ini. - We don't need to install vuex since it's shipped with Nuxt.js.
Kita tidak perlu lagi menginstal vuex karena sudah tersedia bersama Nuxt.js. - Rebuild My Blog with Nuxt.js and Tailwind CSS - Part 1
Pembuatan Ulang Blog Saya dengan Nuxt.js dan Tailwind CSS - Bagian 1 - Rebuild My Blog with Nuxt.js and Tailwind CSS - Part 2
Pembuatan Ulang Blog Saya dengan Nuxt.js dan Tailwind CSS - Bagian 2 - This option lets you customize the loading component that Nuxt.js uses by default.
Opsi ini memungkinkan Anda menyesuaikan komponen loading Nuxt.js secara default. - Nuxt.js lets you define a validator method inside your dynamic route component.
Nuxt.js memungkinkan Anda menentukan metode validator di dalam komponen rute dinamis Anda. - When base is set, Nuxt.js will also add in the document header .
Ketika `base` di-set, Nuxt.js juga akan menambahkan dalam header dokumen ` - With the router option you overwrite the default Nuxt.js configuration of Vue Router.
Pilihan ini memungkinkan Anda menimpa konfigurasi Nuxt.js default dari Vue Router. - Nuxt.js uses vue-meta to update the headers and html attributes of your application.
Nuxt.js menggunakan vue-meta untuk memperbarui headers dan html attributes pada aplikasi Anda. - You can use Nuxt.js as a middleware with nuxt.render for your node.js server.
Anda dapat menggunakan Nuxt.js sebagai middleware dengan nuxt.render untuk server Node.js Anda. - Returning a Promise, Nuxt.js will wait for the promise to be resolved before rendering the component.
mengembalikan Promise, Nuxt.js akan menunggu promise terselesaikan sebelum me-render komponennya. - To see the list of options to give to Nuxt.js, see the configuration section.
Untuk melihat daftar pilihan yang dapat diberikan ke Nuxt.js, lihat bagian konfigurasi. - Returning a Promise. Nuxt.js will wait for the promise to be resolved before rendering the component.
Mengembalikan Promise. Nuxt.js akan menunggu promise terselesaikan sebelum me-render komponennya.
- lebih banyak contoh: 1 2 3