ifms-printer-manager/web
2023-06-28 08:01:43 -04:00
..
src Type api response 2023-06-28 08:01:43 -04:00
.browserslistrc Initial commit 2023-06-15 07:39:13 -04:00
.editorconfig Initial commit 2023-06-15 07:39:13 -04:00
.env.dev Basic login 2023-06-27 15:52:47 -04:00
.env.prod Basic login 2023-06-27 15:52:47 -04:00
.eslintrc.js Initial commit 2023-06-15 07:39:13 -04:00
.gitignore Switch to npm workspaces 2023-06-22 16:00:19 -04:00
index.html Switch to npm workspaces 2023-06-22 16:00:19 -04:00
package-lock.json Switch to npm workspaces 2023-06-22 16:00:19 -04:00
package.json Switch to npm workspaces 2023-06-22 16:00:19 -04:00
README.md Switch to npm workspaces 2023-06-22 16:00:19 -04:00
tsconfig.json Switch to npm workspaces 2023-06-22 16:00:19 -04:00
tsconfig.node.json Initial commit 2023-06-15 07:39:13 -04:00
vite.config.ts Update outdir 2023-06-26 09:08:18 -04:00

default

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

Customize configuration

See Configuration Reference.