This repository contains several simple Vue subprojects. Each subproject includes complete notes and processes for learning and reference. After going through the tutorials, you can develop your own Vue project with similar functionality.
The tutorial is usually located under the src folder, typically named: XXXX詳解.html.
When using any of the subprojects, be sure to run npm install to install the required dependencies.
這個資料庫包含了幾個簡單的 Vue 子專案。每個子專案都有完整的註解和流程,供你學習與參考。閱讀完教程後,你可以開發出功能與專案相似的 Vue 專案。
教程通常位於 src 資料夾中,檔案名稱通常是:XXXX 詳細說明.html。
在使用任何子專案時,記得執行 npm install 來安裝所需的相依套件。