Skip to content

BeesNestInc/CassetteOS-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CassetteOS-UI

このリポジトリは CassetteOS のUIコンポーネントです。

このプロジェクトは IceWhaleTech の CasaOS-UI に基づいており、CassetteOS に対応するための調整および機能拡張を行っています。

How to develop this project

Prerequisites

  1. Node 18 (installation instructions)
  2. pnpm@9.0.6 (installation instructions)

Environment variables

If you want to connect dev UI version to your local CassetteOS server, you will need to set up a couple of env variables:

  1. Copy .env.dev to .env.dev.local (this file is git-ignored)
  2. Set VUE_APP_DEV_IP to IP address of your local CassetteOS server

Set up dev server

# install dependencies
pnpm install

# build
pnpm dev 

How to build this project

# install dependencies
pnpm install

# build
pnpm build 

How to test this project

pnpm test

About

このリポジトリは CassetteOS のUIコンポーネントです。

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors