Skip to content

tcastanie/another-apod-viewer

Repository files navigation

another-apod-viewer

codecov

Small personal project to improve my skills on Vue, its ecosystem, and everything else. Mainly Vue 3 and its Composition API, Vite, Pinia, Vitest, Github CI... all of this ready to use in a developer-friendly environment.

favicon  Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build
npm run build:report      # with nice bundle visualization

Run Unit Tests with Vitest

npm run test
npm run test:v8           # with coverage report

Lint with ESLint

npm run lint

favicon  Recommended IDE Setup

VSCode + Volar + ESLint + Stylelint

See /.vscode folder for config.

favicon  Assets from the future

logo