@lfe2345/lego
v0.0.10
Published
## Project setup ``` npm install ```
Downloads
40
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>