application created by ThinkJS
本项目只做教程演示及初学者入门之用
在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
npm run compile
npm run start
##访问路径
http://localhost:8361/index/index
