点网核心考勤系统 使用.NET Core(CQRS模式)和Vue.js的出勤Web应用程序 先决条件 安装.Net Core 2.2 SDK 安装Node.js 任何关系数据库提供者。 创建数据库并在配置连接字符串 在更新DbContext选项(如果使用MSSQL,请跳过这些) 建立 # Restore packages dotnet restore # Install Cake global dotnet tool install -g Cake.Tool # Run build.cake # - this task will build Api & Test .net core project # and install packages in Vue client dotnet-cake build.cake 跑 api项目 cd . \s rc \A pi\ # Run dotnet run # or Run with file watcher dotnet watch run Vue客户使用登录名: admin和密码: 123456 cd . \s rc \C
2021-01-30 14:09:48 652KB vuejs continuous-integration circle-ci vuetify
1
circleci-hello-world-nodejs (活泼的名字, circleci-hello-world-nodejs ! ) 一个简单的node.js“ hello world”应用程序,用于演示Circle-CI上的持续集成和部署(CI / CD)! 看看在哪里使用GOTO : : :winking_face:
2021-01-30 14:09:10 16KB nodejs circleci tutorial continuous-integration
1