storj/satellite/admin/back-office/ui
Ivan Fraixedes 2a8e5aecfd
satellite/admin/back-office/ui: Don't ignore package-lock.json
When the new back office UI sources where copied from former repository
I didn't realize that the .gitignore had the package-lock.json file.

This commit remove the package-lock.json file, so it can be tracked, in
order to have reproducible builds.

The lack of the file caused the build to fail due to `npm ci` requires
it.

Change-Id: Ibe493d0cd5762afe5caabe9b77a333fd6daa5373
2023-09-27 13:17:30 +02: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: Serve back-office static UI 2023-09-26 13:18:29 +00: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
yarn.lock satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02: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.