storj/satellite/admin/back-office/ui
Jeremy Wharton eff1719977 satellite/admin/back-office/ui: speed up build command
This change speeds up the build of the new satellite admin web app
using the same method that 8b0d25c used to speed up the build of the
new satellite web app.

New build time:   23.394s
Old build time: 1m40.930s

Change-Id: Ic6fcfdfc73b78bc26bddc421c608076b23532967
2023-10-26 23:47:18 -05:00
..
build satellite/admin: Serve back-office static UI 2023-09-26 13:18:29 +00:00
public satellite/admin: Serve back-office static UI 2023-09-26 13:18:29 +00:00
src satellite/admin/back-office/ui: speed up build command 2023-10-26 23:47:18 -05:00
.gitignore satellite/admin/back-office/ui: Don't ignore package-lock.json 2023-09-27 13:17:30 +02:00
assets_noembed.go satellite/admin: Serve back-office static UI 2023-09-26 13:18:29 +00:00
assets.go satellite/admin: Serve back-office static UI 2023-09-26 13:18:29 +00:00
index.html satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02:00
jsconfig.json satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02:00
package-lock.json satellite/admin/back-office/ui: Don't ignore package-lock.json 2023-09-27 13:17:30 +02:00
package.json satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02:00
README.md satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02:00
vite.config.js satellite/admin: Serve back-office static UI 2023-09-26 13:18:29 +00:00

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.