Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindavid committed Jan 19, 2019
1 parent 5fdcb37 commit e20a0fb
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 10 deletions.
1 change: 1 addition & 0 deletions dist-docs/css/app.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist-docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><title>Vue App</title><link href=/css/app.css rel=preload as=style><link href=/js/app.js rel=preload as=script><link href=/js/chunk-vendors.js rel=preload as=script><link href=/css/app.css rel=stylesheet></head><body><div id=app></div><script src=/js/chunk-vendors.js></script><script src=/js/app.js></script></body></html>
2 changes: 2 additions & 0 deletions dist-docs/js/app.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist-docs/js/app.js.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist-docs/js/chunk-vendors.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist-docs/js/chunk-vendors.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"unpkg": "dist/craftui.min.js",
"module": "dist/craftui.es.js",
"scripts": {
"serve:app": "vue-cli-service serve ./src/app.js",
"build:app": "vue-cli-service build ./src/app.js",
"serve:app": "vue-cli-service serve ./src/docs.js",
"build:app": "vue-cli-service build ./src/docs.js",
"lint:app": "vue-cli-service lint ./src/app.js",
"serve:storybook": "vue-cli-service serve:storybook -p 6006 -c config/storybook",
"build:storybook": "vue-cli-service build:storybook -c config/storybook",
Expand Down
9 changes: 1 addition & 8 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
module.exports = {
filenameHashing: false,
configureWebpack: {
output: {
libraryExport: 'default'
}
},
resolve: {
symlinks: false
}
outputDir: 'dist-docs'
}

0 comments on commit e20a0fb

Please sign in to comment.