8000 init new build config · Create-Peace/light-vue-tree@9ed9290 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ed9290

Browse files
author
M-Ray
committed
init new build config
1 parent df6ef44 commit 9ed9290

File tree

10 files changed

+1825
-15571
lines changed

10 files changed

+1825
-15571
lines changed
File renamed without changes.
File renamed without changes.

examples/public/milligram.css

Lines changed: 600 additions & 0 deletions
Large diffs are not rendered by default.

examples/vue.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const path = require('path')
2+
3+
// https://cli.vuejs.org/config/#global-cli-config
4+
module.exports = {
5+
publicPath: './',
6+
7+
outputDir: path.resolve(__dirname, '../docs'),
8+
9+
productionSourceMap: false
10+
}

0 commit comments

Comments
 (0)
0