/vuejs3-kretes-setup-example

An example how to integrate Vue.js 3 with Kretes

Primary LanguageTypeScript

README

Vue.js 3 with Kretes

Getting Started

Using VS Code (Recommended)

  1. Install dependencies by using the Kretes: Install command from Tasks: Run Task in menu in the command palette.
  2. Start the app by using the Kretes: Start command from Tasks: Run Task in menu in the command palette.

It is a good idea to bind CTRL-T to Tasks: Run Task for convenience.

Kretes Start

To start debugging in VSCode select one of the configurations in Run and Debug menu or select Debug: Start Debugging in Command Palette.

Using CLI

Install dependencies

pnpm install

Start the application:

kretes start