Proyek ini merupakan bentuk pemenuhan tugas dari mata pelajaran Produk Kreatif & Kewirausahaan di SMKN 1 Cimahi. Kali ini, saya membuat sebuah aplikasi pemesanan makanan yang berbasis protokol kesehatan. Proyek ini dibuat menggunakan VueJS sebagai framework utama, NodeJS sebagai runtime, dan Axios sebagai HTTP/API Call.
19 April 2021
Iftala Zahri Sukmana
git clone https://github.com/ifzahri/SIMANISPEKA.git
cd SIMANISPEKA/
npm run serve
It is recommended to install vue-cli
globally, which helps you to manage and run the project flawlessly.
npm i @vue-cli -g
npm i @vue -g
Inside the project, if you want to launch the Vue Dasboard
, you should add this command.
sudo vue ui
Or if you only want to preview the project, you can use npm run serve
command.
npm run serve
You can preview your site in your browser on http://localhost:8000
.