Skip to content

zj4change/www.thinkjs.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThinkJS 官网源码

下载代码

git clone [email protected]:75team/www.thinkjs.org.git

安装依赖

npm install

编译

npm run compile

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

启动服务

npm start

访问

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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.1%
  • CSS 40.3%
  • JavaScript 6.7%
  • Other 1.9%