Vue 3 Template

This is proof of concept project, which tests some features of Vue3 and other modules, such as tailwind, pinia and so on.

Modules included:

  • Tailwind
  • Pinia
  • VueRouter
  • FormKit

Usage

  • Install packages
npm install
  • Run dev server
npm run dev

Editor

Recommended extensions for vscode:

  • (Install): Volar
  • (Install): Prettier
  • (Uninstall): Vetur

Docker

Build image

docker build -t demo .

Run container

docker run -p 8080:80 demo

Interesting links