搭建node.js

本文轉載於:猿2048網站搭建node.jsphp

#node.js:概念介紹及安裝
# python服務器、php  ->aphche、java ->tomcat、   iis
# 它是一個能夠運行JAVASCRIPTR 的運行環境
# 它能夠做爲後端語言(websocket \ )
# 強大的包管理工具npm,可使用它安裝插件
# VUE框架是基於node.js平臺運行的
# 它是基於chrome瀏覽器的V8引擎,運行速度快,性能高效


#安裝node.js
#http://www.runoob.com/nodejs/nodejs-install-setup.html
#node --version查看node.js版本 #使用nodeJs全局安裝 Vue-cli #npm install vue-cli -g #vue init webpack myproject 經過腳手架安裝項目 建立一個基於 webpack 模板的新項目 # Project name mproject # Project description A Vue.js project # Author morgana # Vue build standalone # Install vue-router? Yes # Use ESLint to lint your code? No # Setup unit tests No # Setup e2e tests with Nightwatch? No # # vue-cli · Generated "mproject". # # To get started: # # cd mproject # npm install # npm run dev # # Documentation can be found at https://vuejs-templates.github.io/webpack #進入項目並安裝依賴npm install /cnpm install #安裝淘寶鏡像:npm install cnpm -g --registry=https://registry.npm.taobao.org # 啓動項目 # npm run dev # vue run dev #訪問地址:localhost:808 #vue-cli是vue.js的腳手架,用於自動生成vue.js工程模板的.
#http://nodejs.cn/api/os.html 文檔
相關文章
相關標籤/搜索