/Sweet_Meets

2023 Vue 直播班作品 - 相遇甜點

Primary LanguageVue

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

[六角學院] 2023 Vue3 直播班 - 相遇甜點(SweetMeets)

安裝:

npm install

啟動

Start the development server on http://localhost:3000:

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

# npm
npm run preview 

掉坑紀錄

Cannot read properties of null (reading 'insertBefore')

解決: 因為 v-for 的東西是計算屬性, 他在一開始的時候會是 null, 這樣就導致了後面渲染失敗引發的問題

Check out the deployment documentation for more information.