https://github.com/codebender828/chakra-jobs-app
Demo application for thesis project made with Chakra UI Vue
https://github.com/codebender828/chakra-jobs-app
Last synced: 3 months ago
JSON representation
Demo application for thesis project made with Chakra UI Vue
- Host: GitHub
- URL: https://github.com/codebender828/chakra-jobs-app
- Owner: codebender828
- Created: 2020-05-17T11:49:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T11:42:58.000Z (over 3 years ago)
- Last Synced: 2025-04-08T13:50:39.655Z (about 1 year ago)
- Language: Vue
- Homepage: https://chakra-jobs-app.codebender828.now.sh/
- Size: 3.09 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hire-app
> My dandy Nuxt.js project
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).