Git Product home page Git Product logo

startup-sth's Introduction

记录

  1. 进入项目根目录,使用pm2 start ecosystem.config.cjs 部署项目; 使用pm2 kill 结束项目部署;
  2. 理解约定式开发;
  3. 约定路由+动态路由
  4. 线上访问地址:http://120.76.247.123:3000/

Failed to connect to github.com port 443 after 21063 ms: Couldn't connect to server解决办法(win+R 打开 cmd)

git config --global --unset http.proxy
git config --global --unset https.proxy
ipconfig/flushdns

eslint

eslint失效按照下面的方法重新配置一下 nuxt3项目中使用eslint和prettier+commitlint附常用规则配置

linux 命令

  1. 删除当前目录下的所有文件及目录,并且是直接删除,无需逐一确认命令行为: rm -rf 要删除的文件名或目录

  2. 删除文件名 test.txt: rm -rf test.txt

  3. 删除目录 test,不管该目录下是否有子目录或文件,都直接删除: rm -rf test/

  4. linux vim 使用 ctrl+c 进入命令模式

  5. pm2 restart [namespace]

  6. pm2 ls

  7. pm2 kill

TODO

服务器直接去 github 拉去最新代码

startup-sth's People

Contributors

xszi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.