Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radyakaze/persona-tree-permission
https://github.com/radyakaze/persona-tree-permission
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/radyakaze/persona-tree-permission
- Owner: radyakaze
- License: mit
- Created: 2023-11-17T16:46:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T09:41:53.000Z (about 1 year ago)
- Last Synced: 2024-11-06T04:14:27.938Z (2 months ago)
- Language: Vue
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Persona Dashboard with Nuxt 3 Starter
![persona dashboard starter](assets/images/screenshot.png "Persona starter for admin dashboard")
Look at the [Nuxt 3 documentation](https://v3.nuxtjs.org) and [Persona documentation](https://privy-open-source.github.io/design-system) to learn more.
## Setup
Make sure to install the dependencies:
```bash
yarn install
```## Development Server
Start the development server on http://localhost:3000
```bash
yarn dev
```## Production
Build the application for production:
```bash
yarn build
```Locally preview production build:
```bash
yarn preview
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.