vectrex / vxweb
vxWeb 框架化网页应用程序
v4.0.0-alpha
2023-04-08 20:06 UTC
Requires
- php: >=8.0.0
- ext-dom: *
- ext-gd: *
- ext-json: *
- ext-pdo: *
- ext-zip: *
- firebase/php-jwt: ^v6.3.1
- ivopetkov/html5-dom-document-php: ^v2.5.0
- vectrex/vxphp: ^v2.7.7
Requires (Dev)
- roave/security-advisories: dev-master
- dev-master
- v4.0.0-alpha
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- 3.0.0
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.0
- v2.3.1
- v2.3.0
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.0
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4
- v1.3
- v1.2
- dev-tailwindcss
- dev-dependabot/npm_and_yarn/resources/webpack-5.76.1
- dev-dependabot/npm_and_yarn/resources/dns-packet-5.4.0
- dev-dependabot/npm_and_yarn/resources/sideway/formula-3.0.1
- dev-vite
- dev-dependabot/npm_and_yarn/resources/json5-2.2.3
- dev-dependabot/npm_and_yarn/resources/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/resources/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/resources/node-sass-and-gulp-sass-and-sass-loader-7.0.3
- dev-dependabot/npm_and_yarn/resources/tar-and-gulp-sass-and-node-sass-6.1.11
- dev-dependabot/npm_and_yarn/resources/terser-5.15.1
- dev-vue3
- dev-dev
- dev-vuejs
- dev-vue-fileman
- dev-webpack
- dev-spectrecss
This package is auto-updated.
Last update: 2024-09-10 13:10:34 UTC
README
vxWeb 是基于 vxPHP 的网页应用程序的基础。增加了一些基本的 CMS 功能,vxJS 用于客户端脚本。
- 使用以下命令初始化新的 vxWeb 项目:
composer create-project --stability dev --prefer-dist Vectrex/vxWeb <your_project_name>
- 检出后,您的 web 服务器应将
web
文件夹指定为 webroot。 - 调用
http(s)://your-domain.tld/installer.php
并按照说明完成安装。