You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
pvincent 6207864a91 engine parameter fixed 3 years ago
.vscode setting vetur validate off 3 years ago
doc vapara logo + doc 3 years ago
public first commit 3 years ago
src setting vetur validate off 3 years ago
.eslintrc.yml no more warning when running npm + usage of repository and license 3 years ago
.gitignore preview 3 years ago
.prettierrc.yml formatted 3 years ago
LICENSE preview 3 years ago
README.md npm version 7 required 3 years ago
TODO.md npm version 7 3 years ago
index.html documentation 3 years ago
package-lock.json engine parameter fixed 3 years ago
package.json engine parameter fixed 3 years ago
tsconfig.json documentation 3 years ago
vite.config.ts windi css 3 years ago

README.md

VAPARA-VUE3

Vapara is frontend application for online shop. Based on Vue3, it relies on Dolibarr's API calls. npm version 7 required!

HOW TO RUN

npm install --also=dev
npm run dev

HOW TO DEPLOY

npm run linter
npm build

# to preview production release, optional
npm preview 

MORE INFORMATION