Skip to content

jason06286/twitterDemoFrontend

Repository files navigation

twitterShare

使用技術

這次使用 vite 做開發, UI框架使用 Tailwind

使用 Pinia 做狀態管理,取代原本 provide inject

使用 compensation api 做邏輯拆分

Coding Style

  • ESLint-Airbnb
  • Vue 3 Script Setup
  • Vue SFC (由上而下排列)
    • script: <script setup>
    • template: <template>
    • style: <style scoped>

Vite 插件功能

開發

# install deps
npm install

# run dev server
npm run dev

# run build
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published