chatbot-web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
dashan c5fb0ec18a feat:解决页面刷新或关闭时移动端浏览器不触发保存聊天记录问题 2 years ago
.vscode feat:项目初始化,对接botapi 2 years ago
public feat:项目初始化,对接botapi 2 years ago
src feat:解决页面刷新或关闭时移动端浏览器不触发保存聊天记录问题 2 years ago
.editorconfig feat:项目初始化,对接botapi 2 years ago
.eslintignore feat:项目初始化,对接botapi 2 years ago
.eslintrc.js feat:项目初始化,对接botapi 2 years ago
.gitignore feat:项目初始化,对接botapi 2 years ago
.postcssrc.js feat:项目初始化,对接botapi 2 years ago
README.md feat:项目初始化,对接botapi 2 years ago
babel.config.js feat:项目初始化,对接botapi 2 years ago
jsconfig.json feat:项目初始化,对接botapi 2 years ago
package-lock.json feat:页面细节完善 2 years ago
package.json feat:页面细节完善 2 years ago
quasar.conf.js feat:页面细节完善 2 years ago

README.md

chatbot (chatbot-web)

chatbot web

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.