Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.
/ laravel-vue-front Public archive

基于Vue搭建的前后端分离应用,目前只有登录注册功能。github登录,邮箱注册激活。

License

Notifications You must be signed in to change notification settings

TcTOrz/laravel-vue-front

Repository files navigation

water-environment-front

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

docker部署

# 构建
docker build . -t my-app

# 运行 http://127.0.0.1:8000/login
docker run -d -p 8000:80 my-app

About

基于Vue搭建的前后端分离应用,目前只有登录注册功能。github登录,邮箱注册激活。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published