Vue.js is an awesome JavaScript Framework for building Frontend Applications, and I aim to learn this framework
Use the package manager npm to install VueJS practice.
npm install
const app = Vue.CreateApp({
//options (Data, Methods)
})
app.mount("#id")
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.