1f400a2750
The yarn.lock file came from the former repository where the back office UI was developed. It seems that our build process complains about some dirty state related to this file. Because we don't use Yarn, we delete the file, hoping to resolve the build issues. Change-Id: I5febd8292657289d0fc67e08151c6c8b5ac8b5dc |
||
---|---|---|
.. | ||
build | ||
public | ||
src | ||
.gitignore | ||
assets_noembed.go | ||
assets.go | ||
index.html | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
vite.config.js |
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