8000 GitHub - voqse/coffeecards-frontend: (WIP) Vue frontend for CoffeeCards project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

voqse/coffeecards-frontend

Repository files navigation

repeat-frontend

A frontend for Repeat project written with Vue 3 in Vite.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint and Stylelint

npm run lint
0