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

https://github.com/adityadwinugroho/perpustakaan

Under maintenance
https://github.com/adityadwinugroho/perpustakaan

library-management-system nuxt nuxtjs ukk vuetify

Last synced: about 2 months ago
JSON representation

Under maintenance

Awesome Lists containing this project

README

        

[![GitHub license](https://img.shields.io/github/license/AdityaDwiNugroho/UKKPerpus.svg)](https://github.com/AdityaDwiNugroho/UKKPerpus/blob/master/LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/AdityaDwiNugroho/UKKPerpus.svg)](https://GitHub.com/AdityaDwiNugroho/UKKPerpus/graphs/contributors/)
[![GitHub issues](https://img.shields.io/github/issues/AdityaDwiNugroho/UKKPerpus.svg)](https://GitHub.com/AdityaDwiNugroho/UKKPerpus/issues/)
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/AdityaDwiNugroho/UKKPerpus.svg)](https://GitHub.com/AdityaDwiNugroho/UKKPerpus/pulls/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

[![GitHub watchers](https://img.shields.io/github/watchers/AdityaDwiNugroho/UKKPerpus.svg?style=social&label=Watch)](https://GitHub.com/AdityaDwiNugroho/UKKPerpus/watchers/)
[![GitHub forks](https://img.shields.io/github/forks/AdityaDwiNugroho/UKKPerpus.svg?style=social&label=Fork)](https://GitHub.com/AdityaDwiNugroho/UKKPerpus/network/)
[![GitHub stars](https://img.shields.io/github/stars/AdityaDwiNugroho/UKKPerpus.svg?style=social&label=Star)](https://GitHub.com/AdityaDwiNugroho/UKKPerpus/stargazers/)

# Nuxt Minimal Starter

Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup
Make sure to install dependencies:
```bash
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
```

## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
```

## Production
Build the application for production:
```bash
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run build
```

Locally preview production build:
```bash
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

## License
MIT License

Copyright (c) 2025 Aditya Dwi Nugroho

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.