Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 324 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 324 Bytes

Simple Vue Learning

  • basic vue structure
<script></script>

import Library State Function

just like html element - Syntax: v-show, v-if, v-for

<style></style>

scoped -> CSS will apply to elements of the current component only

Project setup

# npm
npm install
npm install