widget-demo

A Vue.js Component

Usage no npm install needed!

<script type="module">
  import widgetDemo from 'https://cdn.skypack.dev/widget-demo';
</script>

README

MVUE

A Vue.js Component

Doc

Page

Install

npm install mvue -S

Usage

import {Page} from 'mvue'
Vue.use(Page)

Build

# 安装依赖
npm install

# 运行项目 localhost:8080
npm run dev

# 打包 dist 文件
npm run prod