An open API service indexing awesome lists of open source software.

https://github.com/up9cloud/mithril-starter-kit

Quick start for [mithril](https://mithril.js.org) with jsx, es6, webpack 4, stylus, hot reload and eslint (standard)
https://github.com/up9cloud/mithril-starter-kit

Last synced: 5 months ago
JSON representation

Quick start for [mithril](https://mithril.js.org) with jsx, es6, webpack 4, stylus, hot reload and eslint (standard)

Awesome Lists containing this project

README

          

# mithril-starter-kit

> Quick start for [mithril](https://mithril.js.org) with jsx, es6, webpack 4, stylus, hot reload and eslint (standard)

Basically, it's [mithril-starter-kit](https://github.com/dhinesh03/mithril-starter-kit) + [@vue/cli-init v2](https://github.com/vuejs-templates/webpack)

## How to use

```bash
npm i -g @vue/cli-init
vue init up9cloud/mithril-starter-kit my-project
cd my-project
npm run dev
```

## Dev

```bash
vue init . dist
```