Skip to content

Instantly share code, notes, and snippets.

@anyboo
Last active April 3, 2018 11:27
Show Gist options
  • Save anyboo/4ebbe02841e8d9546c47bbb2d7ae9619 to your computer and use it in GitHub Desktop.
Save anyboo/4ebbe02841e8d9546c47bbb2d7ae9619 to your computer and use it in GitHub Desktop.
technology tips

WRITE DOWN OWN TECHNOLOGY

Open source project annual (2months)

SLOGAN Join in open source project and working for world!

  1. Team background :
    Nubia, ND, StarNet, employers;
    Routine event: meeting , coding , team building;
    Paper subscription:

    • technology selection email subscription/a week;
    • help english document comprehension;
      Students:6 person/month.
      Journal:2months.
  2. Technology :
    Inbox(mini),development environment , test environment etc;
    docker,nginx,nodejs,shell program,github workflow;

  3. Skills:
    communication with team;
    Relationship: meeting with the ZTE,ND, employers etc;

technology version detail
mongodb 3.4.13
pm2 2.10.1
nginx 1.13.9
node 8.10.0
npm 5.6.0
docker 17.12.0-ce, build c97c6d6
  1. Training Courses
  • 部署知识
  • web开发知识
       - 微信上线知识
           - 公众号
           - 小程序
       - 样式布局知识
           - 手机版
           - 网页版
@anyboo
Copy link
Author

anyboo commented Mar 27, 2018

$5 cost/per

@anyboo
Copy link
Author

anyboo commented Mar 30, 2018

Hackvard

@anyboo
Copy link
Author

anyboo commented Apr 2, 2018

Docroot is: /usr/local/var/www

The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so that
nginx can run without sudo.

nginx will load all files in /usr/local/etc/nginx/servers/.

To have launchd start nginx now and restart at login:
brew services start nginx
Or, if you don't want/need a background service you can just run:

@anyboo
Copy link
Author

anyboo commented Apr 2, 2018

create project using vue cli&ydui

cnpm install -g @vue/cli
vue create hello-vue
npm install vue-ydui --save
npm run serve

vue cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment