Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrey-lawyer/test-task-clickable
https://github.com/andrey-lawyer/test-task-clickable
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrey-lawyer/test-task-clickable
- Owner: andrey-lawyer
- Created: 2023-11-19T12:35:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T17:54:06.000Z (about 1 year ago)
- Last Synced: 2023-11-28T18:42:08.937Z (about 1 year ago)
- Language: Vue
- Size: 18.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-task-clickable
## Technologies Used
The project makes use of several key technologies and libraries:
- **Vue.js**: A modern progressive framework, written in TypeScript, designed for building client-side web applications.
- **Formkit**: FormKit equips developers to build their forms 10x faster by simplifying form structure, generation, validation, theming, submission, error handling, and more.## 🥁 Getting started
1. Clone repo
```bash
https://github.com/andrey-lawyer/test-task-clickable
```1. `npm install`
2. `npm run dev`
3. Open `http://localhost:5173`.````
### Compile and Hot-Reload for Development
```sh
npm run dev
````### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```