https://github.com/afrontend/onepage
Creating a component that supports CRUD operations and paging within a page
https://github.com/afrontend/onepage
Last synced: 12 months ago
JSON representation
Creating a component that supports CRUD operations and paging within a page
- Host: GitHub
- URL: https://github.com/afrontend/onepage
- Owner: afrontend
- License: mit
- Created: 2023-03-18T00:10:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T12:38:24.000Z (over 1 year ago)
- Last Synced: 2025-05-30T13:07:30.092Z (about 1 year ago)
- Language: JavaScript
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OnePage
Creating a component that supports CRUD operations and paging within a page
# build and run
```bash
npm ci
npm run dev
```