@lfe2345/h5lego1234
v0.0.1
Published
## Project setup ``` npm install ```
Downloads
26
Readme
hello-world
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lintCustomize configuration
<script>
new Vue({
components: {
demo: HelloWorld
}
}).$mount('#app')
</script>
</body>