https://github.com/userfrosting/theme-pink-cupcake-example
https://github.com/userfrosting/theme-pink-cupcake-example
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/userfrosting/theme-pink-cupcake-example
- Owner: userfrosting
- Created: 2024-05-21T02:19:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T00:29:46.000Z (over 1 year ago)
- Last Synced: 2025-02-05T01:25:13.630Z (over 1 year ago)
- Language: Vue
- Size: 550 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```