Skip to content

Commit

Permalink
github-pages用の設定を追加/docsを生成
Browse files Browse the repository at this point in the history
  • Loading branch information
sin-tanaka committed Sep 25, 2017
1 parent 2fbb3cd commit b6fb359
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/index.js
Expand Up @@ -4,10 +4,10 @@ var path = require('path')
module.exports = {
build: {
env: require('./prod.env'),
index: path.resolve(__dirname, '../dist/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'),
index: path.resolve(__dirname, '../docs/index.html'),
assetsRoot: path.resolve(__dirname, '../docs'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
assetsPublicPath: './',
productionSourceMap: true,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><title>tutorial_vuejs_todo_management</title><link href=./static/css/app.59644265dddee57e54412e96ae4979b6.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.5331749aa8921a8e1a1e.js></script><script type=text/javascript src=./static/js/vendor.448f2d15e3f6731dd22b.js></script><script type=text/javascript src=./static/js/app.d3bf64e26b71b95f7486.js></script></body></html>
1 change: 1 addition & 0 deletions docs/static/css/app.59644265dddee57e54412e96ae4979b6.css

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

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

2 changes: 2 additions & 0 deletions docs/static/js/app.d3bf64e26b71b95f7486.js

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

1 change: 1 addition & 0 deletions docs/static/js/app.d3bf64e26b71b95f7486.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/static/js/manifest.5331749aa8921a8e1a1e.js

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

0 comments on commit b6fb359

Please sign in to comment.