README
青岛西海岸
Project setups
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint
快速开发平台的组件开发模版
<script type="module">
import platformComponentTemplate from 'https://cdn.skypack.dev/platform-component-template';
</script>
npm install
npm run serve
npm run build
npm run test
npm run lint