Skip to content

Commit

Permalink
Refined Demo Page
Browse files Browse the repository at this point in the history
  • Loading branch information
amineyarman committed May 3, 2018
1 parent ccf48b4 commit 23825a8
Show file tree
Hide file tree
Showing 14 changed files with 444 additions and 90 deletions.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
// Paths
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
assetsPublicPath: './',

/**
* Source Maps
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="./src/assets/css/highlighter.css">
<title>vue-parallax</title>
</head>
<body>
Expand Down
74 changes: 74 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
},
"dependencies": {
"gsap": "^1.20.4",
"highlight.js": "^9.12.0",
"lodash": "^4.17.10",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue": "^2.5.2"
"vue": "^2.5.2",
"vue-highlightjs": "^1.3.3"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
Expand All @@ -40,12 +42,14 @@
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-url": "^7.2.1",
"prismjs": "^1.14.0",
"rimraf": "^2.6.0",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^0.5.8",
"vue-loader": "^13.3.0",
"vue-prism": "^1.0.5",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.2",
"webpack": "^3.11.0",
Expand Down
Loading

0 comments on commit 23825a8

Please sign in to comment.