Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 662 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 662 Bytes

Pink Cupcake Theme Example

Implementation of the Pink Cupcake Theme. Serve as a test and demo of the implementation.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Format with Prettier

npm run format