ifms-printer-manager/web
2023-06-15 07:39:13 -04:00
..
src Initial commit 2023-06-15 07:39:13 -04:00
.browserslistrc Initial commit 2023-06-15 07:39:13 -04:00
.editorconfig Initial commit 2023-06-15 07:39:13 -04:00
.eslintrc.js Initial commit 2023-06-15 07:39:13 -04:00
.gitignore Initial commit 2023-06-15 07:39:13 -04:00
index.html Initial commit 2023-06-15 07:39:13 -04:00
package.json Initial commit 2023-06-15 07:39:13 -04:00
README.md Initial commit 2023-06-15 07:39:13 -04:00
tsconfig.json Initial commit 2023-06-15 07:39:13 -04:00
tsconfig.node.json Initial commit 2023-06-15 07:39:13 -04:00
vite.config.ts Initial commit 2023-06-15 07:39:13 -04:00
yarn.lock Initial commit 2023-06-15 07:39:13 -04:00

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

Customize configuration

See Configuration Reference.