deraw / pastry

Personal pastry website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal pastry website

Installation

You need to install the dependencies with Yarn, then build the project.

How to install Yarn

yarn

Build

To build the project, simply run:

yarn build

The build artifacts will be stored in the dist directory.

This folder needs to be serve with a server, this is your production code.

Development

To start the development server, run:

yarn serve

This will launch a server on localhost, and if possible on your current network.

Lints and fixes files

yarn run lint

Run your end-to-end tests

yarn run test:e2e

Run your unit tests

yarn run test:unit

About

Personal pastry website.


Languages

Language:HTML 77.7%Language:Vue 8.3%Language:TypeScript 6.0%Language:JavaScript 4.2%Language:CSS 3.8%