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 4f1267e527 tagged as 0.1.7 4 years ago
.vscode setting vetur validate off 4 years ago
doc vapara logo + doc 4 years ago
public first commit 4 years ago
src setting vetur validate off 4 years ago
.eslintrc.yml no more warning when running npm + usage of repository and license 4 years ago
.gitignore preview 4 years ago
.prettierrc.yml formatted 4 years ago
LICENSE preview 4 years ago
README.md npm version 7 required 4 years ago
TODO.md npm version 7 4 years ago
index.html documentation 4 years ago
package-lock.json engine parameter fixed 4 years ago
package.json tagged as 0.1.7 4 years ago
tsconfig.json documentation 4 years ago
vite.config.ts windi css 4 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