• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

quasar-element-pro: Vuejs+Quasar 构建 Admin Element Pro,quasarframework 布局结 ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

quasar-element-pro

开源软件地址:

https://gitee.com/ruyangit/quasar-element-pro

开源软件介绍:

Tangdao Admin Element Pro (quasar-element-pro)

A Quasar Framework app

预览

前端升级了-预览

后端项目

安装

# Node.js >= 8.9.0 is required.$ npm install -g @quasar/cli& npm install

更新

# 检查可升级的软件包$ quasar upgrade# 做实际的升级$ quasar upgrade --install

开发环境

quasar dev

生成环境编译

quasar build

检查

npm run lint

开发工具设置(vs code)

setting.json shift+ctrl+p{    "editor.formatOnPaste": true,    "editor.formatOnSave": true,    "editor.codeActionsOnSave": {        "source.fixAll": true    },    "javascript.format.insertSpaceBeforeFunctionParenthesis": true,    "javascript.format.placeOpenBraceOnNewLineForControlBlocks": false,    "javascript.format.placeOpenBraceOnNewLineForFunctions": false,    "typescript.format.insertSpaceBeforeFunctionParenthesis": true,    "typescript.format.placeOpenBraceOnNewLineForControlBlocks": false,    "typescript.format.placeOpenBraceOnNewLineForFunctions": false,    "vetur.format.defaultFormatter.html": "js-beautify-html",    "vetur.format.defaultFormatter.js": "vscode-typescript"}

一个部署案例(nginx)

server {    listen 80 http2;    server_name quasar.myapp.com;    root /home/user/quasar.myapp.com/public;    add_header X-Frame-Options "SAMEORIGIN";    add_header X-XSS-Protection "1; mode=block";    add_header X-Content-Type-Options "nosniff";    index index.html;    charset utf-8;    location / {        try_files $uri $uri/ /index.html;    }    location = /favicon.ico { access_log off; log_not_found off; }    location = /robots.txt  { access_log off; log_not_found off; }    access_log off;    error_log  /var/log/nginx/quasar.myapp.com-error.log error;    location ~ /\.(?!well-known).* {        deny all;    }}

更多自定义配置

See Configuring quasar.conf.js.


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap