zoukankan      html  css  js  c++  java
  • Jrain'Lのvueblog

    J神的vueblog下载及运行过程:

    github:https://github.com/jrainlau/vonut

    cmd管理员模式下全局安装yarn:npm i yarn -g

    查看yarn安装是否成功:   $ yarn --version

    git bash:

    克隆博客远程仓库:$ git clone https://github.com/jrainlau/vonut.git

    进入相应目录,并安装依赖:$ cd vonut && yarn

    更新代码: $ git pull

    运行:$ yarn run dev

    ps:   yarn也可换成npm进行管理

    根据日志可以看到:

    Project is running at http://192.168.1.114:8080/

    即在浏览器输入http://192.168.1.114:8080/即可看到效果

    。。。。。。小蝌蚪,游啊游。。。

    宝剑锋从磨砺出,梅花香自苦寒来。
  • 相关阅读:
    hdu 4370
    lightoj 1074
    poj 1026
    poj 3159
    poj3660 cow contest
    hdu 4069 垃圾数独
    操作系统概念题复习
    ARM指令
    C++ 抢占时优先级进程调度
    Docker 入门
  • 原文地址:https://www.cnblogs.com/haimengqingyuan/p/7215415.html
Copyright © 2011-2022 走看看