ifms-printer-manager/web
2024-01-24 15:50:48 -04:00
..
public Added support for TASKalfa 3051ci 2023-06-29 15:48:17 -04:00
src Remove console.log statement in App.vue 2024-01-24 15:50:48 -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 Add events endpoint and event listener 2024-01-24 15:13:21 -04:00
.env.production Add events endpoint and event listener 2024-01-24 15:13:21 -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 Include external hosting on dev 2023-11-30 07:21:26 -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.