This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
Metis-portal
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
production setup
production
Yiğit Çolakoğlu
4 years ago
parent
398f437a88
commit
6517ac0f75
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.env.example
+3
-1
.travis.yml
+ 1
- 1
.env.example
View File
@ -1,2 +1,2 @@
NODE_ENV=
development
NODE_ENV=
production
VUE_APP_API_BASE_URL=http://localhost:9090
+ 3
- 1
.travis.yml
View File
@ -2,7 +2,9 @@ language: node_js
node_js:
-
"node"
cache
:
npm
install:
-
npm install -g @vue/cli-service-global
-
npm install
script
:
npm run build
Write
Preview
Loading…
Cancel
Save