https://github.com/dockleryxk/ivan-l-paints
ivanlpaints.com
https://github.com/dockleryxk/ivan-l-paints
Last synced: 2 months ago
JSON representation
ivanlpaints.com
- Host: GitHub
- URL: https://github.com/dockleryxk/ivan-l-paints
- Owner: dockleryxk
- License: mit
- Created: 2022-03-04T23:39:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T00:33:31.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T00:28:29.627Z (4 months ago)
- Language: TypeScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
yarn install
```## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```## Production
Build the application for production:
```bash
yarn build
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).