vast-n3 / vastn3
vast-n3 主框架
dev-master
2020-05-10 02:27 UTC
Requires
- php: ^7.0
- ext-json: *
- mnsami/composer-custom-directory-installer: 1.1.*
- neoan3-apps/db: ^0.2.1
- neoan3-apps/ops: ^1
- neoan3-apps/stateless: ^1
- neoan3-apps/transformer: ^1
- neoan3-model/index: ^0.0.1
- phpmailer/phpmailer: ~6.1
This package is auto-updated.
Last update: 2024-09-10 12:11:04 UTC
README
vast-n3 是一个引导项目,用于设置
- vue
- axios
- 无状态(neoan3 JWT处理器)
- tailwind
- neoan3
强大的PHP后端,带有CRUD和REST-Api,用于为您的Vue应用程序提供服务,旨在提供常用工具(如身份验证)以及最小化、可定制且通用的前端。
安装
先决条件
安装程序需要node & npm、neoan3-cli,并建议安装GIT。
通过脚本
最简单的安装方法是通过neoan3-cli。打开一个新文件夹(php必须具有访问权限)并安装neoan3
neoan3 new app [你的项目名称]
然后运行我们的安装脚本
neoan3 install https://neoan.us/vast-n3/master/
设置凭证
php setup.php
迁移模型
neoan3 migrate models up