Using Beego (GOLANG), Webpack, Sass, Vue.js, Vuex, Buefy
These instructions will get you a copy of the project up and running on your local machine for development purposes.
In order to build the client, execute:
npm run start
Will start webpack-dev-server on port 8000 and create /dist folder with all the desired files.
Now, we need to run our Go server, just execute:
bee run
Will start our Beego server on port 8080 and gets the client files from /dist folder.
In order to visit and see how the project looks like, go to: localhost:8080
- Beego - Go framework
- Webpack - Module bundler
- Vue.js - JavaScript Framework
- Vuex - State management
- Sass - CSS extension
- Buefy - Lightweight UI components for Vue.js based on Bulma
- Bulma - CSS framework
This project is licensed under the MIT License - see the LICENSE.md file for details