/www.thinkjs.org

ThinkJS website

Primary LanguageHTMLApache License 2.0Apache-2.0

ThinkJS 官网源码

下载代码

git clone git@github.com:75team/www.thinkjs.org.git

安装依赖

npm install

编译

npm run compile

如果持续开发的话,执行 npm run watch-compile,这样文件修改后就会自动编译。

启动服务

npm start

访问

使用浏览器打开 http://127.0.0.1:7777/ 即可。