Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

microsoft/vscode-tas-vue

Repository files navigation

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.

About

VS Code Try App Service Vue Template

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published