ifms-printer-manager/web
Douglas Barone bead7172e0 Alpha badge
2023-06-29 12:22:51 -04:00
..
public Printer Card Alpha 2023-06-29 10:07:23 -04:00
src Alpha badge 2023-06-29 12:22:51 -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 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 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 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.