赞
踩
Mongo+flask+k8s提供微服务 vue+springboot+mysql+mybatis提供界面和管理服务
一、VUE.js
对VUE的前期了解,可参考https://www.cnblogs.com/leotsai/p/vuejs-front-backend-architecture.html
1.安装nodejs
下载相应node.js版本:https://nodejs.org/dist/latest/
解压:tar -xJf node-*.tar.xz
将解压后的文件夹重命名,并cp -r到/root/下(或其他路径)
配置nodejs环境变量:
修改/etc/profile 和/etc/bashrc, profile相当于修改启动时系统配置,只修改profile关闭终端后需要重新source,因此需要修改内部用户配置bashrc。
export NODE_HOME=/usr/programe_files/node-v6.10.0-linux-x64
export PATH=$NODE_HOME/bin:$PATH
执行source /etc/profile
执行source /etc/bashrc
安装cnpm:采用淘宝的npm镜像
npm install -g cnpm --registry=https://registr
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。