Updates before 0.1.1 (#4)
* Make plugin dev dependency (#2) * Fix URL for install (#3)
This commit is contained in:
Родитель
1b4df0e0f3
Коммит
245302ef01
|
@ -8,7 +8,7 @@ This is a quick boilerplate for getting started with the serverless-azure-functi
|
|||
|
||||
1. Recommend using Node v6.5.0
|
||||
1. Install the serverless tooling - `npm i -g serverless`
|
||||
1. Create boilerplate (change `my-app` to whatever you'd prefer): `serverless install --url https://github.com/Azure/boilerplate-azurefunctions.git --name my-app`
|
||||
1. Create boilerplate (change `my-app` to whatever you'd prefer): `serverless install --url https://github.com/Azure/boilerplate-azurefunctions --name my-app`
|
||||
1. `cd my-app`
|
||||
2. `npm install`
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"author": "serverless.com",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"devDependencies": {
|
||||
"serverless-azure-functions": "*"
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче