Simple forms service frontend
Find a file
2024-08-25 17:37:51 +03:00
public project base 2024-08-20 15:50:36 +03:00
src view form & text question designs 2024-08-25 17:37:51 +03:00
.env.example navbar toggle && profile base 2024-08-24 09:58:35 +03:00
.gitignore project base 2024-08-20 15:50:36 +03:00
.prettierrc.json base for view && base for scale question type 2024-08-20 21:39:20 +03:00
env.d.ts project base 2024-08-20 15:50:36 +03:00
index.html base for view && base for scale question type 2024-08-20 21:39:20 +03:00
package.json navbar and auth 2024-08-23 16:59:40 +03:00
README.md first commit 2024-08-20 15:50:02 +03:00
tsconfig.app.json base for view && base for scale question type 2024-08-20 21:39:20 +03:00
tsconfig.json project base 2024-08-20 15:50:36 +03:00
tsconfig.node.json project base 2024-08-20 15:50:36 +03:00
vite.config.ts base for view && base for scale question type 2024-08-20 21:39:20 +03:00
yarn.lock navbar toggle && profile base 2024-08-24 09:58:35 +03:00

formaptix-web

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint