coosigma / store-location-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client

Project setup

npm install

Set google api key in src/main.js: line 11

// src/main.js
Vue.use(GmapVue, {
	load: {
		key: <google api key>,
		libraries: "places",
		installComponents: true,
	},
});

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.

About


Languages

Language:Vue 59.3%Language:JavaScript 32.2%Language:HTML 8.5%