eff1719977
This change speeds up the build of the new satellite admin web app
using the same method that
|
||
---|---|---|
.. | ||
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