/demo-app-vue

Small demo App done with Vue 3 + Typescript + Vite

Primary LanguageVueMIT LicenseMIT

       

Demo App Vue

This is a Small app done with Vue 3 + Typescript + Vite. The app uses fake placeholder api for test content, has some custom componenets and uses redux for storing data. There will be more features in the future, so this is kind of never ending test project 🦅

To start, run these commands

  1. yarn
  2. yarn run dev
  3. open http://localhost:3000/ in browser

Or in Docker 🐳

  1. docker build -t demo-app-vue .
  2. docker run -d --rm -p 3000:3000 --name demo-app-vue demo-app-vue
  3. open http://localhost:3000/ in browser

Using Docker compose

  1. docker-compose up --build -d
  2. open url in browser http://localhost:3000/