120

GitHub - OMGZui/noteBook: 笔记本--平时积累的东西

 6 years ago
source link: https://github.com/OMGZui/noteBook
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

我的苹果笔记本

平时积累的东西以笔记的形式分享出来

Usage

- js
    - public js示例
    - main.js es6入口
    - src webpack示例
    - server.js webpack入口
    - webpack.*.js webpack配置文件
    - package.json 依赖管理

- php
    - demo 各种栗子
    - ext php扩展包应用
    - container 容器
    - level 面试集合
    - bootstrap.php 入口
    - index.php 实例
git clone https://github.com/OMGZui/noteBook.git

# 前端
cd js
npm install
node main.js
# 浏览器
http://localhost:5000/ 查看console
# webpack
npm run server
http://localhost:3000/ 查看console

# PHP
cd php
composer install
php -S localhost:8000
# 浏览器
http://localhost:8000/php/index.php
# 命令行
php index.php

# 测试
vendor/bin/phpunit tests

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK