Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 885 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 885 Bytes

Save the Date project meant to extract dates from a DOCX file

Description

This app is meant to allow you to upload a DOCX file and extract the dates from it. It will then allow you to display them in a calendar. At least if everything works as planned...

This is my first time building in Vue, so I am positive there is room for improvement. This was largely an exploratory exercise to help get me familiar with the framework.

Technologies used in this project

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint