Coder Social home page Coder Social logo

201608node's Introduction

初始化项目

https://github.com/zhufengnodejs/1608blog

  • 在bower init 之前先安装bower
  1. 初始化项目

1.1 创建一个空文件夹

1.2 创建README.md文件

告诉别人你这个项目是干啥用的,怎么用

1.3 创建gitignore文件

node_modules lib .idea 1.4 初始化项目配置文件

配置此项目的项目名称、作者还有依赖的node模块等等信息

npm init -y 1.5.创建bower配置文件bower.json

配置此项目依赖哪些前端框架

bower init 1.6. 创建 bower安装 配置文件.bowerrc

bower安装到哪里

{ "directory":"./public/lib" } 1.7.初始化git仓库

git init git add -A git commit -m"init" git remote add origin https://github.com/zhufengnodejs/1608blog.git git push -u origin master

201608node's People

Contributors

luzhaoxuan avatar

Watchers

 avatar  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.