An open API service indexing awesome lists of open source software.

https://github.com/userfrosting/theme-pink-cupcake-example


https://github.com/userfrosting/theme-pink-cupcake-example

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pink Cupcake Theme Example

Implementation of the [Pink Cupcake Theme](https://github.com/userfrosting/theme-pink-cupcake). Serve as a test and demo of the implementation.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

## Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```

## Format with [Prettier](https://prettier.io)

```sh
npm run format
```