Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 743 Bytes

setup.md

File metadata and controls

55 lines (40 loc) · 743 Bytes

Setting up vue-ts-responsive-grid-layout in your project

Installing external dependencies

npm install

Compiles and hot-reloads for development

npm run dev

Uses Vite to build our component library (compiles .vue files to .js) and call build:types script & npm pack.

npm run build

Generate TypeScript declaration files for our .vue files (this is using vue-tsc).

npm run build:types

Running type checking on .ts files (this is using vue-tsc).

npm run typeCheck

Running Eslint

npm run lint

Running Eslint with --fix option

npm run lint:fix

Running Style linting

npm run lint:style