use strict ; module.exports = { up: (queryInterface, Sequelize) => { return queryInterface.createTable( tbl_wechat_user , { id: { allowNull: false, autoIncrement: true, prima...
Global installation code ELIFECYCLE npm ERR! errno 3221225725 npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C: Users leon-Yang.000...
problem description I am a java developer. Recently, I am not very clear about how this server rendering is done. After reading the server rendering introduction of vue, I do not quite understand the previous writing interface of . Then I get the dat...
create two services with a virtual machine: 1 is the vue project created by vue-cli3, port is 8080 configured vue.config.js cross-domain part: : 2 is the koa backend usage port http: 127.0.0.1:3030 but somehow clicking the button on the vue pa...
is there anyone else who goes home for the Spring Festival? my directory structure is like this routerlocalhost:3000 front....front.vue ...
Business background has recently been learning koa + mongoose to build api server as a result, I feel very painful about the current operation flow the current operation flow is as follows create mongoose model file model user.js ...