mili
Version:
vue + koa isomorphic boilerplate
53 lines (37 loc) • 1.21 kB
Markdown
# 
[](https://www.npmjs.com/package/mili)
[](https://www.npmjs.com/package/mili)
[](https://www.npmjs.com/package/mili)
## Install
```bash
// init an website
npx mili@latest init
// init an component
npx mili@latest init -t component
```
## Usage
### mili init [option] [app_name]
initial your project.
if you don't set `app_name`, it will use the name of the current folder.
by default, mili will init an website project, unless you set the `-t` or `--type`
| option | enum | default | description |
|:----------:|------------------------------------|---------|-------------|
| -t --type | web, component, pwa, assist-plugin | web | Which app type to build?
### mili upgrade
upgrade your project
## Technology Stack
- vue
- - vuex
- - vue-router
- - vue-server-renderer
- koa
- - koa-router
- - koa-logger
- - koa-proxy
- - koa-static
- - koa-views
- superagent
- chalk
- webpack
- babel
- pm2