sdsdsd

 

check project biuld right:

mvn clean verify

 

http://jingyan.baidu.com/article/7f41ececec6c47593d095cf4.html

 

 

2015/6/23

language support

sudo apt-get install language-selector-gnome

 

ubtun安装输入法

http://weblove.iteye.com/blog/2048275

http://jingyan.baidu.com/article/4b07be3c60da3f48b380f3f0.html

 

 

1.写文档地址

 https://movoto.atlassian.net/wiki/display/SD/school

 

2015/6/23

junit VM argument

-Dsoa.conf="/home/kevin/movoto/etc/soa" -Dspring.profiles.active="dev"

 

 

cmd test

 mvn -Dtest=UserIntegrationTest clean test

 

mvn clean install -Dmaven.test.skip=true

 

2015/6/25

spring-web-4.1.4.RELEASE.jar

 

查看占用8080端口的进程

netstat -pan|grep 8080

 

2015/6/29

git clone http://git.igenhome.local/git/soa/service/property.git

git checkout --track origin/develop

 

//git 提交

git status

git add ./releases/release1.0/user_testimonial/

git status 

git commit -m 'fixed issue user-1 testimonials'

git push

 

const { upperFirst, camelCase } = require("lodash"); const getWcmContextUrl = require("@ffe/fcore-build-utils/src/wcm-context-url"); const { name, version } = require("./package.json"); // library主要是挂在 window[libraray] const library = upperFirst(camelCase(name.split("/")[1])); // 新增 buildTarget const buildTarget = `${name}/${version}/build`; const { LOWCODE_BUILD_ALL = false } = process.env; module.exports = { alias: { "@": "./src", "@aurora/theme": "@aurora/theme-saas", "@aurora/vue3-icon": "@aurora/vue3-icon-saas", }, plugins: [ [ "@alifd/build-plugin-lowcode", { library, baseUrl: { prod: getWcmContextUrl(), }, buildTarget, engineScope: "@alilc", npmInfo: { package: name, version, }, sourceMap: false, bundleEachComponentMeta: false, // 该配置需设置成true noParse: true, // 开启lowcode/view.tsx作为设计态入口 singleComponent: true, externals: { "@aurora/vue": "var window.Aui.UI.default", "@aurora/core": "var window.Aurora ? window.Aurora.Core : {}", "@aurora/vue-icon": "var window.Aui.Icon", "@aurora/vue-common": "var window.Aui.Common", react: "var window.React", "@alifd/next": "var window.Next", lodash: "var window._", vue: "var window.Vue", "@vue/composition-api": "var window.VueCompositionAPI", "@aurora/render": "var window.Aui.Renderless", }, }, ], [ "@alilc/build-plugin-alt", { type: "component", inject: true, library, openUrl: true, }, ], [ "@ffe/fcore-build-utils/src/build-material-plugin", { // buildEnv为production的时候我们打包当前物料才会是压缩后的物料代码,会去除注释、debugger这些 buildEnv: "production", enableSyncSubComponent: LOWCODE_BUILD_ALL, minimize: true, }, ], ], }; 构建工具用的是@alib/build-scripts,以上是我的build.配置,在 const config = require('./build.lowcode'); const webpackConfig = (args) => { const { onGetWebpackConfig } = args; onGetWebpackConfig((cf) => { console.log('sdsdsd',cf.toConfig().resolve.alias) // 关闭热更新 cf.merge({ devServer: { hot: false, inline:false, }, }); }); }; config.plugins = [...config.plugins, webpackConfig]; module.exports = config; 中打印出.resolve.alias中解析的地址没有node_modules中,为什么?
最新发布
09-10
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值