Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 987 Bytes

README.md

File metadata and controls

48 lines (28 loc) · 987 Bytes

Find A Location

This is a self-learning small project.

Normally this project has been done in Acedemind JavaScript course by Vanilla JS. But I made I just made the same project with Vue2.

👉This site is online at here

Capture.PNG

In this course I learned and practiced

  • How to transfer a plain JS enviroment to VueJS enviroment,

  • Open Street Map usage,

  • Vuex and VueRouter.

    I made this project in 2020.

Project setup

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

Customize configuration

See Configuration Reference.