Front-end client for Duke CS 316 project
Contains /src/App.vue, which has all methods that communicate with server to request data
Contains in /src/components/ .vue files for each "page" of front-end, and the html files they are based on
server repo: https://github.com/mayamessinger/LinguisticDB-server
database repo: https://github.com/mayamessinger/LinguisticDB-database
# install dependencies
npm install
npm install vue
npm install jquery
# serve with hot reload at localhost:8080
# for local hosting, change publicPath to /dist/ for hot reload. For actual site, change back to /LinguisticDB/dist/
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.