An open API service indexing awesome lists of open source software.

https://github.com/scify/eqafit-survey-tool

This Vue 3 project provides the functionality for the EQAFIT surveys.
https://github.com/scify/eqafit-survey-tool

eslint hacktoberfest hacktoberfest2022 vue vue3 vuejs

Last synced: 8 months ago
JSON representation

This Vue 3 project provides the functionality for the EQAFIT surveys.

Awesome Lists containing this project

README

          

# EQAFIT - Survey Tool

This Vue 3 project provides the functionality for the [EQAFIT](https://www.eqafit.org/) surveys.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```