Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/githubplayerzero/vue-practice
Vue 練習
https://github.com/githubplayerzero/vue-practice
Last synced: about 19 hours ago
JSON representation
Vue 練習
- Host: GitHub
- URL: https://github.com/githubplayerzero/vue-practice
- Owner: GitHubPlayerZero
- Created: 2023-12-13T06:29:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T03:05:40.000Z (9 months ago)
- Last Synced: 2024-11-10T12:47:16.012Z (about 2 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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))