@userfrosting/theme-pink-cupcake
Version:
Pink Cupcake Theme for UserFrosting
46 lines (31 loc) • 1.95 kB
Markdown
# Pink Cupcake Theme For UserFrosting 6
[](https://www.npmjs.com/package/@userfrosting/theme-pink-cupcake)
[](LICENSE)
[](https://github.com/userfrosting/theme-pink-cupcake/actions/workflows/Build.yml)
[](https://app.codecov.io/gh/userfrosting/theme-pink-cupcake/branch/main)
[](https://github.com/userfrosting/theme-pink-cupcake/actions/workflows/Style.yml)
[](https://opencollective.com/userfrosting#backer)
[](https://ko-fi.com/lcharette)
Frontend theme for [UserFrosting](https://www.userfrosting.com), built with [UiKit](https://getuikit.com) for [Vue.js](https://vuejs.org).
Copyright (c) 2024, free to use in personal and commercial software as per the [license](LICENSE.md).
For an example/test of the implementation, see : [Theme Pink Cupcake Example](https://github.com/userfrosting/theme-pink-cupcake-example)
> [!WARNING]
> This is still a work in progress
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Install dependencies
```sh
npm install
```
## Compile
```sh
npm run build
```
## Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```
## Format with [Prettier](https://prettier.io)
```sh
npm run format
```