invoice app frontend

Invoice App - This is front-end mentor challenge. The app was made with Vue 3, Pinia, Tailwind and local storage for data persistence. Dark and light mode are included.

1
0
Vue

Invoice app - Vue 3

Live preview - Invoice App

Design preview for the Invoice app coding challenge

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

To start json-server

npm run start-server

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint