faisaltheparttimecoder / go-echo-vuejs-boilerplate

Boilerplate of how to use go with echo framework and vuejs (client)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

  • A simple boilerplate that uses go with echo framework has the backend.
  • The frontend is served via the VueJS.
  • The routes can be served both via vue-router and echo router

How to use

To use the boilerplate,

  • Clone the repository

  • Install the npm packages

      cd client
      npm install
    
  • run the below file

      cd ..
      /bin/sh run.sh
    
  • Navigate to http://localhost:8082 to access the web

About

Boilerplate of how to use go with echo framework and vuejs (client)

License:MIT License


Languages

Language:Go 53.4%Language:HTML 15.0%Language:JavaScript 14.8%Language:Vue 12.0%Language:Shell 4.8%