A project website that provides attraction information of Taiwan to the viewers.
Functions include browsing all attractions, browsing attractions by categories and location, adding attractions to personal to-go list, etc.
Used Vue.js to build the frontend of this website.
Used local MySQL DB to store all the attraction information ans user data.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run serve
For a detailed explanation on how things work, check out the guide and docs for vue-loader.