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.
Shuaishuai Dai
50f9ab4191
|
2 years ago | |
---|---|---|
.vscode | 2 years ago | |
public | 2 years ago | |
src | 2 years ago | |
.editorconfig | 2 years ago | |
.eslintignore | 2 years ago | |
.eslintrc.js | 2 years ago | |
.gitignore | 2 years ago | |
.postcssrc.js | 2 years ago | |
README.md | 2 years ago | |
babel.config.js | 2 years ago | |
jsconfig.json | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
quasar.conf.js | 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