Young-Young-Young / hare

πŸ‡ Application boilerplate based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build Status Issues Stars License

Installation

$ git clone git@github.com:clarkdo/hare.git
$ cd hare
# install dependencies
$ yarn install

Usage

Development

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

Go to http://localhost:3000

Production

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

Generate

# generate a static project
$ yarn run generate

Analyze

# build and launch the bundle analyze
$ yarn run analyze

Go to http://localhost:8888

Documentation

Vue.js documentation: https://vuejs.org/

Nuxt.js documentation: https://nuxtjs.org

Element-UI docuementation: http://element.eleme.io

Koa documentation: https://github.com/koajs/koa

About

πŸ‡ Application boilerplate based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js

License:Other


Languages

Language:Vue 63.5%Language:JavaScript 29.8%Language:CSS 6.7%