2a8e5aecfd
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 |
||
---|---|---|
.. | ||
build | ||
public | ||
src | ||
.gitignore | ||
assets_noembed.go | ||
assets.go | ||
index.html | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
vite.config.js | ||
yarn.lock |
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