Skip to content

raphaelmerx/xlsplay-vue

Repository files navigation

xlsplay-vue

A Vue app to import, edit and preview an XLSForm, in one view. Deployed at https://xlsform.rapha.dev/.

Demo:

xlsplay.demo.mp4

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build