Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 306 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 306 Bytes

实现一个vue 应用的webcomponent

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for webcomponent

vue build --target wc-async --name web-app 'src/App.vue'

Lints and fixes files

yarn run lint