ifms-printer-manager/web
2023-07-04 12:05:57 -04:00
..
public Added support for TASKalfa 3051ci 2023-06-29 15:48:17 -04:00
src Added breakpoints 2023-07-04 12:05:57 -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.development Fix env 2023-06-29 14:14:20 -04:00
.env.production Fix env 2023-06-29 14:14:20 -04:00
.eslintrc.js Filter Printers 2023-06-28 14:34:15 -04:00
.gitignore Switch to npm workspaces 2023-06-22 16:00:19 -04:00
index.html Rename title 2023-06-29 13:16:05 -04:00
package-lock.json Switch to npm workspaces 2023-06-22 16:00:19 -04:00
package.json Prepare Printer page 2023-07-03 15:49:29 -04:00
README.md Switch to npm workspaces 2023-06-22 16:00:19 -04:00
tsconfig.json Prettier lint 2023-06-28 13:21:42 -04:00
tsconfig.node.json Initial commit 2023-06-15 07:39:13 -04:00
vite.config.ts Filter Printers 2023-06-28 14:34:15 -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.