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)
- Host: GitHub
- URL: https://github.com/up9cloud/mithril-starter-kit
- Owner: up9cloud
- Created: 2018-08-13T23:19:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T03:21:37.000Z (about 3 years ago)
- Last Synced: 2025-04-05T21:14:58.449Z (about 1 year ago)
- Language: JavaScript
- Size: 1020 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```