clspeter / nuxt-element-practice

Home Page:https://nuxt-element-practice.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pomodoro with Vue

I made this project for practice and learning vue.js.

這是一個使用Vue建構的練習專案

使用技術: Nuxt3 + Tailwind CSS

使用Layout和Slots來做出共用Header和Footer

並將我的React.js番茄時鐘使用Vue重構

Host on Vercel

Setup

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

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 run preview

About

https://nuxt-element-practice.vercel.app


Languages

Language:Vue 91.0%Language:TypeScript 4.7%Language:JavaScript 3.7%Language:SCSS 0.5%