VS Code Try App Service Vue Template
Перейти к файлу
Brian Terlson d135f68fd0 remove global vue cli instruction from readme 2018-07-12 16:39:36 -07:00
.vscode Add vscode settings 2018-06-28 15:01:00 -07:00
dist Add basic vue skeleton 2018-06-28 14:10:08 -07:00
public Add basic vue skeleton 2018-06-28 14:10:08 -07:00
src Add basic vue skeleton 2018-06-28 14:10:08 -07:00
.gitignore Add vscode settings 2018-06-28 15:01:00 -07:00
.postcssrc.js Add basic vue skeleton 2018-06-28 14:10:08 -07:00
LICENSE Initial commit 2018-06-26 10:22:37 -07:00
README.md remove global vue cli instruction from readme 2018-07-12 16:39:36 -07:00
package-lock.json Add basic vue skeleton 2018-06-28 14:10:08 -07:00
package.json Add basic vue skeleton 2018-06-28 14:10:08 -07:00
vue.config.js Add basic vue skeleton 2018-06-28 14:10:08 -07:00

README.md

Getting Started

Getting the Code

Clone directly from GitHub or from your Try Azure App Service instance.

Running the Application Locally

Install the necessary npm dependencies and use the serve npm command to start a local development server.

> npm install
> npm run serve

You should now see your application running.

VSCode users can debug their application in Chrome directly from their editor by following these steps:

  1. Run npm run serve, which starts your development server.
  2. Inside VSCode, create a breakpoint and hit F5.
  3. Once Chrome launches, it should pause on your breakpoint.

Deploying to Azure

[ Matt to Fill In]

Use npm run build to create a production build in the ./dist folder. Deploy that.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.