文件名称:meteor-hackathon
文件大小:24KB
文件格式:ZIP
更新时间:2024-05-23 02:30:39
JavaScript
这个样板是一个分支。 安装 安装了meteor , git和node 。 git clone git@github.com:tvararu/meteor-webpack-react-kickstart.git npm install 在开发模式下运行: ./scripts/run-dev.sh 在生产模式下运行: ./scripts/run-prod.sh 部署: ./scripts/deploy.sh 通过在流星命令前面添加./meteor.sh运行流星命令。 例子: ./meteor.sh install fastclick
【文件预览】:
meteor-hackathon-master
----.scss-lint.yml(1KB)
----scripts()
--------deploy.sh(528B)
--------run-dev.sh(516B)
--------run-prod.sh(518B)
----meteor()
--------packages.json(49B)
--------index.html(744B)
--------public()
--------lib()
--------packages()
--------cache()
--------server()
--------.meteor()
----webpack()
--------production.config.js(2KB)
--------development.config.js(1KB)
----plan.md(1KB)
----.gitignore(90B)
----settings()
--------production.json(7B)
--------development.json(79B)
----readme.md(558B)
----meteor.sh(35B)
----package.json(2KB)
----react()
--------components()
--------App.jsx(210B)
--------index.jsx(292B)