bnsd55 / beego-vuejs-starter-kit

Beego (GOLANG), Webpack, Sass, Vue.js, Vuex, Buefy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beego Vue.js Starter Kit

Using Beego (GOLANG), Webpack, Sass, Vue.js, Vuex, Buefy

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Installing

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

Built With

  • 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

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Beego (GOLANG), Webpack, Sass, Vue.js, Vuex, Buefy

License:MIT License


Languages

Language:JavaScript 52.0%Language:Vue 31.6%Language:Go 14.7%Language:HTML 1.4%Language:CSS 0.3%