https://github.com/rof1yev/vue-ts_hyrule-jobs
VueJS with TypeScript
https://github.com/rof1yev/vue-ts_hyrule-jobs
css html javascript typescript vue-typescript vuejs
Last synced: 3 months ago
JSON representation
VueJS with TypeScript
- Host: GitHub
- URL: https://github.com/rof1yev/vue-ts_hyrule-jobs
- Owner: rof1yev
- Created: 2024-01-12T17:38:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-01T12:21:17.000Z (11 months ago)
- Last Synced: 2025-02-23T13:40:17.783Z (3 months ago)
- Topics: css, html, javascript, typescript, vue-typescript, vuejs
- Language: Vue
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VueJS & TypeScript - Hyurle Jobs APP | @rof1yev

## Transfer the project to yourself | Setup
### Copy project files to yourself
```sh
git clone https://github.com/Rofiyev/vue-ts_hyrule-jobs.gitcd vue-ts_hyrule-jobs
```### Download all dependencies
```sh
npm install
```### Open the project in the browser
```sh
npm run dev
```