Comparing version 1.0.0 to 1.0.1
@@ -6,6 +6,7 @@ const express = require('express') | ||
const ln = new Luna('src') | ||
const path = require('path') | ||
const _envPath = process.cwd() | ||
//全局变量缓存数据 | ||
let result = {} | ||
app.use(express.static('dist')) | ||
app.use(express.static(path.join(_envPath, './node_modules/vue-luna/dist'))) | ||
app.get('/getData', (req, res) => { | ||
@@ -12,0 +13,0 @@ if(result.pages) { |
{ | ||
"name": "vue-luna", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "基于Echarts的Vue组件依赖关系分析工具", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4323594
4928