chore:删除无用的图片
This commit is contained in:
parent
24d75f1b11
commit
b0d4986d42
BIN
dist/iconfont.eot
vendored
Normal file
BIN
dist/iconfont.eot
vendored
Normal file
Binary file not shown.
116
dist/iconfont.svg
vendored
Normal file
116
dist/iconfont.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 49 KiB |
BIN
dist/iconfont.ttf
vendored
Normal file
BIN
dist/iconfont.ttf
vendored
Normal file
Binary file not shown.
2
dist/index.js
vendored
Normal file
2
dist/index.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/index.js.map
vendored
Normal file
1
dist/index.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -6,6 +6,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="/dist/build.js"></script>
|
||||
<script src="./dist/build.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vue-meditor",
|
||||
"description": "一款使用marked和highlight.js开发的一款markdown编辑器",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"author": "zhaoxuhui<1258835133@qq.com>",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
@ -7,8 +7,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// import MarkDown from './markdown/index' // 开发文件
|
||||
import MarkDown from '../dist' // 引入打包好的文件
|
||||
import MarkDown from './markdown/index' // 开发文件
|
||||
// import MarkDown from '../dist' // 引入打包好的文件
|
||||
export default {
|
||||
name: 'app',
|
||||
components: {
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
@ -2,11 +2,11 @@ var path = require('path')
|
||||
var webpack = require('webpack')
|
||||
|
||||
module.exports = {
|
||||
entry: './src/main.js', // 打包为npm包时将此处修改为 ./src/index.js
|
||||
entry: './src/index.js', // 打包为npm包时将此处修改为 ./src/index.js
|
||||
output: {
|
||||
path: path.resolve(__dirname, './dist'),
|
||||
publicPath: '/dist/',
|
||||
filename: 'build.js',// 打包为npm包时将此处修改为 index.js
|
||||
filename: 'index.js',// 打包为npm包时将此处修改为 index.js
|
||||
libraryTarget: 'umd',
|
||||
library: 'markdown-vue',
|
||||
umdNamedDefine: true
|
||||
|
Loading…
Reference in New Issue
Block a user