Skip to content

Stevendwy/mithril

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mithril

mithril js

mithril 官网教程

npm init --y

npm install mithril --save

npm install webpack --save-dev

Open the package.json that you created earlier, and add an entry to the scripts section:

{
"name": "my-project",
    "scripts": {
        "start": "webpack src/index.js bin/app.js -d --watch"
    }
}

About

Website learning code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published