File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- # store-locator
2
+ # store-locator app with Vue, Cosmic JS, and Google Maps
3
3
4
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
5
6
6
> Store locator app using Vue, Cosmic JS, and Google Maps.
7
7
8
+ ## Libraries
9
+ - Vue
10
+ - Vuex
11
+ - Vuetify
12
+ - Vue-googlemaps
13
+ - Cosmic JS
14
+ - Vue-resource
15
+
8
16
## Build Setup
9
17
10
18
``` bash
@@ -20,11 +28,14 @@ npm run build
20
28
# build for production and view the bundle analyzer report
21
29
npm run build --report
22
30
23
- # for Cosmic JS deployment
24
- # edit .env file to add your API keys
31
+ # configure env variables
32
+ rename .env.sample to .env and paste your API keys
33
+
34
+ # before you delploy to Cosmic
35
+ change you .env config
25
36
npm build
26
37
npm start
27
- # if all works, then you can delpoy to Cosmic JS
38
+ # if all works, then you can delpoy to Cosmic JS from the dashboard -> settings -> hosting
28
39
29
40
# run unit tests
30
41
npm run unit
You can’t perform that action at this time.
0 commit comments