检索时加上\C即可
\C
1
sudo yum install docker
1234
sudo vim /etc/passwd# 找到用户名,将末尾的bash或sh改为zsh:wq!
:tabm [N]
N 为 0 开始的数字不指定N的情况下,移动到末尾
N
zip update.zip $(git diff --name-only commit commit)
来自stackoverflow参考链接
阅读前如果对vue env设置不理解的请先查看 vue env file对alias设置不理解的请查看vue resolve alias config
vue env
alias
12
# touch env.[custom]touch env.test
env.testcustom var must start with VUE_APP_
VUE_APP_
123
NODE_ENV=developmentBASE_URL=/VUE_APP_MODE=test
loading
▾ components/ ▾ common/ loading.vue # loading component file
▾ store/ ▸ data/ app.ts # state module file
vuejs默认@ 指向 ./src
@
./src
set model File
touch .env.test
key=valueMODE=test
MODE=test
use test environment
vue-cli-service build --mode development
get the values
console.log(process.env.MODE)
URARA
乌拉拉大陆
tokyo
Posts
115
Categories
11
Tags
38
linux
javascript / linux
javascript
Update your browser to view this website correctly. Update my browser now
×