We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711f563 commit 87a24c4Copy full SHA for 87a24c4
README.md
@@ -1,6 +1,9 @@
1
+
2
# store-locator
3
-> Store locator app using vue and google maps api
4
+<img width="1336" alt="screen shot 2018-07-28 at 4 56 07 pm" src="https://user-images.githubusercontent.com/8376035/43360640-4a5da978-9287-11e8-86e8-65480d378346.png" alt="Store locator app with Cosmic JS">
5
6
+> Store locator app using Vue, Cosmic JS, and Google Maps.
7
8
## Build Setup
9
@@ -17,6 +20,12 @@ npm run build
17
20
# build for production and view the bundle analyzer report
18
21
npm run build --report
19
22
23
+# for Cosmic JS deployment
24
+# edit .env file to add your API keys
25
+npm build
26
+npm start
27
+# if all works, then you can delpoy to Cosmic JS
28
29
# run unit tests
30
npm run unit
31
0 commit comments