Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/githubplayerzero/vue-practice

Vue 練習
https://github.com/githubplayerzero/vue-practice

Last synced: about 19 hours ago
JSON representation

Vue 練習

Awesome Lists containing this project

README

        

# vue-practice
Vue 練習

## 建構方式
### CDN
1. [建構方式 1 - CDN 全局建構](https://githubplayerzero.github.io/vue-practice/test/start/%E5%BB%BA%E6%A7%8B%E6%96%B9%E5%BC%8F1.html)
([code](https://github.com/GitHubPlayerZero/vue-practice/blob/main/test/start/%E5%BB%BA%E6%A7%8B%E6%96%B9%E5%BC%8F1.html))
2. [建構方式 2 - CDN 模組建構](https://githubplayerzero.github.io/vue-practice/test/start/%E5%BB%BA%E6%A7%8B%E6%96%B9%E5%BC%8F2.html)
([code](https://github.com/GitHubPlayerZero/vue-practice/blob/main/test/start/%E5%BB%BA%E6%A7%8B%E6%96%B9%E5%BC%8F2.html))
3. [建構方式 3 - Import maps](https://githubplayerzero.github.io/vue-practice/test/start/%E5%BB%BA%E6%A7%8B%E6%96%B9%E5%BC%8F3.html)
([code](https://github.com/GitHubPlayerZero/vue-practice/blob/main/test/start/%E5%BB%BA%E6%A7%8B%E6%96%B9%E5%BC%8F3.html))
4. [建構方式 4 - 拆分模組](https://githubplayerzero.github.io/vue-practice/test/start/%E5%BB%BA%E6%A7%8B%E6%96%B9%E5%BC%8F4.html)
([建構方式4.html](https://github.com/GitHubPlayerZero/vue-practice/blob/main/test/start/%E5%BB%BA%E6%A7%8B%E6%96%B9%E5%BC%8F4.html)、
[my-component.js](https://github.com/GitHubPlayerZero/vue-practice/blob/main/test/start/my-component.js))