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.
- Host: GitHub
- URL: https://github.com/scify/eqafit-survey-tool
- Owner: scify
- License: apache-2.0
- Created: 2022-08-31T12:11:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T08:48:52.000Z (over 1 year ago)
- Last Synced: 2025-02-04T09:33:11.569Z (over 1 year ago)
- Topics: eslint, hacktoberfest, hacktoberfest2022, vue, vue3, vuejs
- Language: JavaScript
- Homepage:
- Size: 820 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```