Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.02 KB

File metadata and controls

45 lines (27 loc) · 1.02 KB

rss-tracker-client

For full info on the project and documentation, see the server side repo.

this is the client side of the project, it is a Vue.js and Vuetify app.

Recommended IDE Setup

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

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Git hooks

  • pre-commit - runs lint on staged files

Env variables

  • VITE_API_URL - the url of the server side of the project. if not set, defaults the relative path /api on root of the domain.