Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scp-browser
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eliot Berriot
scp-browser
Commits
3142243c
Verified
Commit
3142243c
authored
Oct 18, 2017
by
Eliot Berriot
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/0.3.1'
parents
965ee1dc
4b27bbf0
Pipeline
#202
passed with stages
in 41 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+1
-1
config/index.js
config/index.js
+1
-1
src/router/index.js
src/router/index.js
+1
-0
src/scp-data.js
src/scp-data.js
+1
-1
No files found.
README.md
View file @
3142243c
# scp-browser
A client-side SCP-wiki.net browser: http
://eliotberriot.pages.eliotberriot.com/scp-browser
/
A client-side SCP-wiki.net browser: http
s://scp.eliotberriot.com
/
# Database
...
...
config/index.js
View file @
3142243c
...
...
@@ -11,7 +11,7 @@ module.exports = {
index
:
path
.
resolve
(
__dirname
,
'
../dist/index.html
'
),
assetsRoot
:
path
.
resolve
(
__dirname
,
'
../dist
'
),
assetsSubDirectory
:
'
static
'
,
assetsPublicPath
:
'
/
scp-browser/
'
,
assetsPublicPath
:
'
/
'
,
productionSourceMap
:
true
,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.
...
...
src/router/index.js
View file @
3142243c
...
...
@@ -7,6 +7,7 @@ import Detail from '@/components/Detail'
Vue
.
use
(
Router
)
export
default
new
Router
({
mode
:
'
history
'
,
routes
:
[
{
path
:
'
/
'
,
...
...
src/scp-data.js
View file @
3142243c
...
...
@@ -153,7 +153,7 @@ var scpData = {
if
(
this
.
alreadyLoaded
())
{
return
callback
()
}
let
url
=
'
http
://eliotberriot.pages.eliotberriot.com/scp-browser
/data.json
'
let
url
=
'
http
s://scp.eliotberriot.com
/data.json
'
console
.
log
(
'
fetching data (this may take some time)...
'
)
this
.
loading
=
true
try
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment