Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jacobhsu/vue-notes


https://github.com/jacobhsu/vue-notes

Last synced: about 1 month ago
JSON representation

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/)