The deployed website is available at God of Avalon
npm install
Copy /projectRoot/src/store/index-sample.js
to /projectRoot/src/store/index.js
. Edit /projectRoot/src/store/index.js
export default new Vuex.Store({
state: {
// change 'server' to your backend without '/' at the end.
server: 'http://127.0.0.1:8000',
//for example
// server: 'http://backend.com',
},
})
npm run serve
npm run build