finpo / fuse-box-koa2-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FINPO fuse-box-koa2-starter

FINPO fuse-box-koa2-starter is a template for koa2 application.
It's can wirte with ES6/7 js , and build with google closure compiler.
You can just safe to deploy your app after compiler.

Installation

This is a project template need vue-cli.

[Note] Just use vue-cli to create project , this is no a vue project.
maybe I will change a better tool for this project.

$ vue init finpo/fuse-box-koa2-starter my-project  
$ cd my-project                     
# install dependencies
$ npm install # Or yarn install

Make sure to use a version of vue-cli >= 2.1 (vue -V).

Usage

Development

# serve with hot reloading at localhost:3000
$ npm run dev

Go to http://localhost:3000

Production

# build for production and launch the server
$ npm run build
$ npm start

About


Languages

Language:JavaScript 100.0%