vue zhidian
1.0.0
專案地址: ( git clone
)
git clone https://github.com/chinahub/vue-zhidian.git
透過npm
安裝本機服務第三方依賴模組(需要已安裝Node.js)
cnpm install
啟動服務: (http://localhost:3000)
npm run dev
發布程式碼
npm run build
├── build // 專案的Webpack 設定檔├── config // 專案設定目錄├── server // 專案開發的請求資料├── src // 生產目錄│ ├── assets // 一些資源檔案│ ├── common // 通用檔案、如工具類別、狀態碼│ ├── components // 各種元件│ ├── pages // 各種頁面│ ├── plugins // 各種插件│ ├── router // 路由設定及map │ ├── store // Vuex 狀態管理器│ ├── App.vue // 根元件│ ├── favicon.ico // ico小圖示│ ├── index.html // 專案入口檔│ ├── main.js // Webpack 編譯入口文件,入口js ├──static // 靜態資源,一般把不需要處理的檔案可以放這裡├── .babelrc // babelrc設定檔├── .editorconfig // 程式碼風格文件,前提是要你的編輯器支援├─ ─ .gitignore // 用於Git設定不需要加入版本管理的檔案├── .postcssrc.js // autoprefixer的設定檔├── package.json //專案設定檔
網址:http://pc.ragonli.com
使用者名稱:zhidian
密碼:123456