An open API service indexing awesome lists of open source software.

https://github.com/emanuelefavero/vue

This is a cheat sheet project repo for Vue.js
https://github.com/emanuelefavero/vue

cheatsheet typescript vite vue

Last synced: 7 months ago
JSON representation

This is a cheat sheet project repo for Vue.js

Awesome Lists containing this project

README

          

# Vue

This is a cheat sheet project repo for Vue.js that shows the basic syntax and features of Vue.js

## How to run

1. Clone the repo and `cd` into the directory
2. Run `npm install` to install the dependencies
3. Run `npm run dev` to start the development server
4. Open `http://localhost:5173/` in your browser

> Note: This app is built with Vite (vue-ts template). [Click here](https://vuejs.org/guide/quick-start.html#creating-a-vue-application) to see how to use create-vue to create a Vue app

## Resources

- [Vue.js](https://vuejs.org/)
- [Vue.js Guide](https://vuejs.org/guide/introduction.html)
- [Vue.js Playground](https://play.vuejs.org/)