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
- Host: GitHub
- URL: https://github.com/emanuelefavero/vue
- Owner: emanuelefavero
- Created: 2023-05-12T20:11:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T15:29:09.000Z (over 2 years ago)
- Last Synced: 2025-02-04T16:50:29.716Z (8 months ago)
- Topics: cheatsheet, typescript, vite, vue
- Language: Vue
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)