Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phoenix 和 React 制作仿 Trello 网站 [Part1] #16

Open
nkypy opened this issue Jul 31, 2016 · 0 comments
Open

Phoenix 和 React 制作仿 Trello 网站 [Part1] #16

nkypy opened this issue Jul 31, 2016 · 0 comments
Labels

Comments

@nkypy
Copy link
Owner

nkypy commented Jul 31, 2016

首先创建一个 Phoenix 程序

$ mix phoenix.new --no-brunch phoenix_trello
...
...
...
cd phoenix_trello

我们创建 package.json 文件,然后安装 Webpack 作为开发依赖

$ npm init
  ... (You can just hit enter when prompted for setting default values.)
  ...
  ...
$ npm i webpack --save-dev

package.json 类似如下

{
  "name": "phoenix_trello",
  "devDependencies": {
    "webpack": "^1.13.1"
  },
  "dependencies": {

  },
}
@nkypy nkypy added the Elixir label Jul 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant