Celeris Web is a highly performant and customizable front-end development template built with Vue 3, Vite, and TypeScript. It features the latest syntax, components and APIs auto importing, state management, Chinese font presets, internationalization, and integration with OpenAI's ChatGPT API.
Celeris Web is a free and open-source front-end development framework that utilizes the latest technologies, including Vue 3, Vite, and TypeScript. It offers a streamlined front-end development process for building modern web applications. One of its standout features is its integration with OpenAI’s ChatGPT API, providing developers with access to powerful natural language processing capabilities.
To get started with Celeris Web, follow these steps:
pnpm install
command in the project’s root directory.pnpm run dev
command.http://localhost:8888
in your browser to access the development server.To build your application for production, follow these steps:
pnpm run build
command to build the application.dist
directory, ready to be served.To deploy your application on Netlify, follow these steps:
If you want to build a production Docker image, follow these steps:
celeris-web
image by running the appropriate command.-p
flag.Celeris Web is a powerful front-end development framework that offers a streamlined development process for building modern web applications. With its integration with OpenAI’s ChatGPT API, developers can easily incorporate natural language processing capabilities into their projects. It supports the latest technologies, such as Vue 3, Vite, and TypeScript, and provides features like automatic component importing, efficient state management, and internationalization readiness. With straightforward installation instructions and support for deployment on platforms like Netlify, Celeris Web is an excellent choice for developers looking for a comprehensive solution for front-end development.