edsel77/calendar-events

日历事件编码考试。

安装: 1

依赖: 0

建议者: 0

安全: 0

星级: 0

关注者: 1

分支: 0

开放问题: 0

类型:项目

1.0 2020-09-03 05:14 UTC

This package is auto-updated.

Last update: 2024-09-12 22:40:15 UTC


README

日历应用

安装

  • git clone https://github.com/edsel77/calendar-events.git
  • 编辑.env并设置数据库连接详情
  • 运行composer install
  • 运行php artisan key:generatephp artisan jwt:secret
  • 运行php artisan migrate
  • 运行npm install

用法

开发

#laravel server
php artisan serve

# build and watch
npm run watch

生产

npm run production