Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 388 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 388 Bytes

Logo

Website

Company website

Development

Install dependencies:

npm install

Run with hot-reload:

npm run dev

Compile and minify for production:

npm run build

Preview production build:

npm run preview

Lint and fix files:

npm run lint