qmodel/qmodel-vue-master
wangqiujuan0808 e76aa92bd6 初始化代码 2023-10-31 22:53:44 +08:00
..
build 初始化代码 2023-10-31 22:53:44 +08:00
config 初始化代码 2023-10-31 22:53:44 +08:00
src 初始化代码 2023-10-31 22:53:44 +08:00
static 初始化代码 2023-10-31 22:53:44 +08:00
.babelrc 初始化代码 2023-10-31 22:53:44 +08:00
.editorconfig 初始化代码 2023-10-31 22:53:44 +08:00
.gitignore 初始化代码 2023-10-31 22:53:44 +08:00
.postcssrc.js 初始化代码 2023-10-31 22:53:44 +08:00
Demo框架说明.txt 初始化代码 2023-10-31 22:53:44 +08:00
README.md 初始化代码 2023-10-31 22:53:44 +08:00
eslintrc.js 初始化代码 2023-10-31 22:53:44 +08:00
favicon.ico 初始化代码 2023-10-31 22:53:44 +08:00
index.html 初始化代码 2023-10-31 22:53:44 +08:00
jsconfig.json 初始化代码 2023-10-31 22:53:44 +08:00
npm start.bat 初始化代码 2023-10-31 22:53:44 +08:00
package-lock.json 初始化代码 2023-10-31 22:53:44 +08:00
package.json 初始化代码 2023-10-31 22:53:44 +08:00

README.md

my-project

A Vue.js project

Build Setup

QModel的Html资源 放在\static 账号和密码配置在路径:\src\components\bimjs\QmodelServer.js的DemoUser="xx",DemoPwd="xx",

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.