backofficeui

package
v1.91.0-rc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2023 License: AGPL-3.0 Imports: 3 Imported by: 0

README

essentials

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install
Compiles and hot-reloads for development
# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev
Compiles and minifies for production
# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build
Lints and fixes files
# yarn
yarn lint

# npm
npm run lint

# pnpm
pnpm lint
Customize configuration

See Configuration Reference.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Assets = func() fs.FS {
	build, err := fs.Sub(assets, "build")
	if err != nil {
		panic(fmt.Errorf("invalid embedding: %w", err))
	}
	return build
}()

Assets contains either the built admin/back-office/ui or it is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL