https://github.com/raphaelmerx/xlsplay-vue
https://github.com/raphaelmerx/xlsplay-vue
handsontable odk vue xforms
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raphaelmerx/xlsplay-vue
- Owner: raphaelmerx
- Created: 2023-08-12T14:34:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T06:32:27.000Z (over 1 year ago)
- Last Synced: 2025-01-24T14:16:56.107Z (4 months ago)
- Topics: handsontable, odk, vue, xforms
- Language: Vue
- Homepage: https://xlsplay.rapha.dev
- Size: 173 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xlsplay-vue
A Vue app to import, edit and preview an XLSForm, in one view. Deployed at https://xlsform.rapha.dev/.
Demo:
https://github.com/raphaelmerx/xlsplay-vue/assets/5139869/e3b0a16a-173d-40ba-b33c-31a1a8577512
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```