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.
|
|
6 years ago | |
|---|---|---|
| .vscode | 6 years ago | |
| doc | 6 years ago | |
| public | 6 years ago | |
| src | 6 years ago | |
| .eslintrc.yml | 6 years ago | |
| .gitignore | 6 years ago | |
| .prettierrc.yml | 6 years ago | |
| LICENSE | 6 years ago | |
| README.md | 6 years ago | |
| TODO.md | 6 years ago | |
| index.html | 6 years ago | |
| package-lock.json | 6 years ago | |
| package.json | 6 years ago | |
| tsconfig.json | 6 years ago | |
| vite.config.ts | 6 years ago | |
README.md
VAPARA-VUE3
Vapara is frontend application for online shop. Based on Vue3, it relies on Dolibarr's API calls
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