npm install
npm run dev
Set Run/Debug Configuration -> npm -> Command: run, Scripts: dev
npm run build
Lint with ESLint
npm run lint
npm run preview
npm run deploy
SELECT name FROM sqlite_master WHERE type='table';
npm install
npm run dev
Set Run/Debug Configuration -> npm -> Command: run, Scripts: dev
npm run build
npm run lint
npm run preview
npm run deploy
SELECT name FROM sqlite_master WHERE type='table';