UNPKG

@userfrosting/theme-pink-cupcake

Version:
46 lines (31 loc) 1.95 kB
# Pink Cupcake Theme For UserFrosting 6 [![Version](https://img.shields.io/npm/v/%40userfrosting%2Ftheme-pink-cupcake)](https://www.npmjs.com/package/@userfrosting/theme-pink-cupcake) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) [![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/theme-pink-cupcake/Build.yml?branch=main&logo=github)](https://github.com/userfrosting/theme-pink-cupcake/actions/workflows/Build.yml) [![Codecov](https://codecov.io/gh/userfrosting/theme-pink-cupcake/branch/main/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/theme-pink-cupcake/branch/main) [![Style](https://img.shields.io/github/actions/workflow/status/userfrosting/theme-pink-cupcake/Style.yml?branch=main&logo=github&label=Style)](https://github.com/userfrosting/theme-pink-cupcake/actions/workflows/Style.yml) [![Donate](https://img.shields.io/badge/Open_Collective-Donate-blue?logo=Open%20Collective)](https://opencollective.com/userfrosting#backer) [![Donate](https://img.shields.io/badge/Ko--fi-Donate-blue?logo=ko-fi&logoColor=white)](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 ```