Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afrijaldz/persona-layer
Module designed to simplify the process of installing Persona Design System for your application
https://github.com/afrijaldz/persona-layer
design-system nuxt
Last synced: 2 months ago
JSON representation
Module designed to simplify the process of installing Persona Design System for your application
- Host: GitHub
- URL: https://github.com/afrijaldz/persona-layer
- Owner: afrijaldz
- License: mit
- Created: 2024-10-15T07:47:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T06:22:12.000Z (4 months ago)
- Last Synced: 2024-12-06T12:37:09.696Z (2 months ago)
- Topics: design-system, nuxt
- Language: TypeScript
- Homepage:
- 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 Layer
`Persona Layer` is a module designed to simplify the process of installing Persona Design System for your application without headache.
## Installation
To install `Persona Layer`, run the following command:
```bash
yarn add -D persona-layer
```After installation, add the module to your `nuxt.config.ts`:
```typescript
export default defineNuxtConfig({
modules: ["persona-layer"],
});
```## Contributing
We welcome contributions to `Persona Layer`. If you’d like to contribute, please follow these steps:
1. **Enable Corepack**: Ensure Corepack is enabled by running:
```bash
corepack enable
```2. **Install Dependencies**: Install all necessary dependencies by running:
```bash
yarn install
```3. **Generate Type Stubs**: Run the following command to generate type stubs:
```bash
yarn dev:prepare
```4. **Start Development Mode**: Use the following command to start the playground in development mode:
```bash
yarn dev
```This will set up your environment to develop and test `Persona Layer`.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.