Vue JS

Install vue with npm


npm init -y
npm install @vue/cli @vue/cli-init
npx vue init pwa my-vue-app
cd my-vue-app
npm install
npm run dev
npm install bootstrap-vue bootstrap

Install PouchDB

npm install pouchdb
npm install pouchdb-adapter-leveldb
npm install sqlite3
npm install pouchdb-adapter-websql-core

Maybe Install PouchDB server

npm install pouchdb-server

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *