Skip to content
/ celeris-web Public template
forked from kirklin/celeris-web

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.

License

Notifications You must be signed in to change notification settings

zyt520ham/celeris-web

Repository files navigation

celeris-admin

celeris-admin - Opinionated Vite Starter Template

Mocking up web app with celeris-admin (speed)

English | 简体中文

Features

Coding Style

Recommended IDE Setup

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

npx degit kirklin/celeris-admin my-vite-app
cd my-vite-app
pnpm i

Usage

Development

Just run and visit http://localhost:8888

pnpm run dev

Build

To build the App, run

pnpm run build

And you will see the generated file in dist that ready to be served.

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.

Docker Production Build

First, build the celeris-admin image by opening the terminal in the project's root directory.

docker buildx build . -t CelerisAdmin:latest

Run the image and specify port mapping with the -p flag.

docker run --rm -it -p 8080:80 CelerisAdmin:latest

About

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.0%
  • Vue 31.4%
  • CSS 0.8%
  • HTML 0.6%
  • JavaScript 0.1%
  • Dockerfile 0.1%