Overview
The content provides information about the Cover project codenamed “Cerasus (City 13)” by KIRAKIRA. It details the installation instructions for setting up the frontend project using Nuxt 3 in different modes for development servers. The development server setup includes options for HTTPS mode, HTTP mode, and production build configurations.
Features
- Development server supports HTTPS mode with online backend API connectivity.
- Provides options for running a development server with different modes including HTTPS, HTTP, and local backend API connections.
- Allows for production generation and build of the application with different configurations.
Installation
To install the KIRAKIRA Cerasus project, follow these steps:
- Ensure all dependencies are installed.
- Choose the desired mode to start the development server:
- HTTPS Mode:
npm run dev- Access at: https://localhost:3000/
- HTTP Mode:
npm run dev http- Access at: http://localhost:3000/
- Production Build:
npm run generateornpm run build- For local preview of production version, run the command and access the specified URL.
- HTTPS Mode:
Summary
The article explains the setup process for the KIRAKIRA Cerasus project, focusing on different modes for starting the development server, including HTTPS, HTTP, and local backend API connections. It also provides guidance on production generation and build configurations. This information is crucial for developers looking to set up and work on the Cover project efficiently.