Skip to content

A stash of usefull frameworks, libraries, assets... Technologies used; HTML, CSS, UnoCSS, TS, Vue, Dockerfile, YAML, Axios-Fetch, gh-actions

License

Notifications You must be signed in to change notification settings

jonasfroeller/TechDepot

Repository files navigation

Tech Depot

A collection of useful tools for software development.

Setup

  • install dependencies:

    pnpm i
  • development server:

    pnpm dev
  • build for production:

    pnpm build
  • docker production build:

    1. build docker image

      docker buildx build . -t vitesse:latest
    2. run a docker instance container

      docker run --rm -it -p 8080:80 vitesse:latest

Tech

i18n

vue-i18n | i18n Ally

Styling

UnoCSS

About

A stash of usefull frameworks, libraries, assets... Technologies used; HTML, CSS, UnoCSS, TS, Vue, Dockerfile, YAML, Axios-Fetch, gh-actions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published