Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.

baitkul/vue-koa

Repository files navigation

Simple Koa and Vue.js app

Requirements:

node.js v8+
vue-cli@3.0 npm install -g @vue/cli

Steps to setup up project

# Create database or set up manually. Database name needs to be 'koa'
> npm run db:create


# Create table 'books'
> npm run knex migrate:latest


# Fill table with fake data
> npm run knex seed:run


# Build Vue.js app
> npm run build


# Start koa server
> npm run start


# Open http://localhost:3030 in browser

About

Simple Koa + Vue.js + Mysql app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published