Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

shared-tw/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

66c6627 · Sep 3, 2021
Jun 12, 2021
Jul 5, 2021
Jul 3, 2021
Sep 3, 2021
Jun 8, 2021
Jun 16, 2021
Jun 26, 2021
Jun 14, 2021
Jun 12, 2021
Jun 16, 2021
Sep 3, 2021
Sep 3, 2021
Jun 14, 2021
Jun 14, 2021
Jun 11, 2021
Sep 3, 2021
Sep 3, 2021
Sep 3, 2021
Sep 3, 2021
Jul 5, 2021

Repository files navigation

Shared TW

Deploys by Netlify

開發

Netlify Status

# install pnpm package manager
npm i -g pnpm

# install deps
pnpm i

# run dev server
pnpm dev

# run build
pnpm build

# preview dist files
pnpm server

VSCode

停用以下 Extensions

  • Vetur - octref.vetur
  • Tailwind CSS IntelliSense - bradlc.vscode-tailwindcss
  • Auto Rename Tag - formulahendry.auto-rename-tag

使用推薦 Extensions

.vscode/extensions.json

Coding Style

  • ESLint
  • Vue 3 Script Setup
  • Vue SFC (由上而下排列)
    • script: <script setup lang="ts">
    • template: <template>
    • style: <style scoped lang="postcss">

Design System

Vite 插件功能

資料夾類

功能類