Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

application created by ThinkJS

本项目只做教程演示及初学者入门之用

image

导入根目录下数据库文件test.sql

在src/common/config/db.js里配置数据库信息

mysql: {
      host: '127.0.0.1',
      port: '3306',
      database: 'test',
      user: 'root',
      password: 'root',
      prefix: 'li_',
      encoding: 'utf8'
    }

安装依赖包

npm install

编译thinkjs项目

npm run compile

启动项目

npm run start

##访问路径

http://localhost:8361/index/index

About

thinkjs+Angularjs 入门demo,全栈工程师实践

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages