Ai
1 Star 0 Fork 0

Eugene/mini-vue2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rollup.config.js 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
egu0 提交于 2024-04-27 00:08 +08:00 . 项目搭建
import babel from 'rollup-plugin-babel'
import serve from 'rollup-plugin-serve'
export default {
input: './src/index.js',
output: {
file: 'dist/vue.js',
format: 'umd',
name: 'Vue',
sourcemap: true
},
plugins: [
babel({
exclude: 'node_modules/**'
}),
serve({
port: 3000,
contentBase: '',
openPage: '/index.html'
})
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/egu0/mini-vue2.git
git@gitee.com:egu0/mini-vue2.git
egu0
mini-vue2
mini-vue2
master

搜索帮助