Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobhsu/vue-notes
https://github.com/jacobhsu/vue-notes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobhsu/vue-notes
- Owner: JacobHsu
- Created: 2022-03-01T02:16:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T02:49:13.000Z (about 1 year ago)
- Last Synced: 2024-04-10T16:05:28.833Z (9 months ago)
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-notes
[Vue SFC Playground](https://play.vuejs.org/)
[drag and drop](https://www.redblobgames.com/making-of/draggable/)## Vite
[create](https://cn.vitejs.dev/guide/)
```js
# yarn
yarn create vite my-vue-app --template vue
yarn create vite my-vuets-app --template vue-ts
```[Vite + Vue 3 + Tailwind CSS](https://github.com/web2033/vite-vue3-tailwind-starter)
`npx degit web2033/vite-vue3-tailwind-starter vvt-app`## Deploy
deploy: [gh-pages actions](https://github.com/JacobHsu/hello-vue3/commit/402b6d1c2eb7ca181696e90a0faa866a10b09d05)
## Visual Studio Code
[Vue Language Features (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)
## Editor
[Vue SFC Playground](https://sfc.vuejs.org/)
[StackBlitz](https://stackblitz.com/) | Instant Dev Environments## References
[Vue.js 挑战](https://cn-vuejs-challenges.netlify.app/)