WarFox / sst-vue-sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to create a Vue.js app

An example full-stack serverless Vue.js app created with SST.

Getting Started

Read the tutorial

Install the example.

$ npx create-sst@latest --template=examples/vue-app
# Or with Yarn
$ yarn create sst --template=examples/vue-app

Commands

npm run dev

Starts the Live Lambda Development environment.

npm run build

Build your app and synthesize your stacks.

npm run deploy [stack]

Deploy all your stacks to AWS. Or optionally deploy, a specific stack.

npm run remove [stack]

Remove all your stacks and all of their resources from AWS. Or optionally removes, a specific stack.

Documentation

Learn more about the SST.

About


Languages

Language:Vue 60.2%Language:TypeScript 27.9%Language:CSS 8.3%Language:JavaScript 2.5%Language:HTML 1.1%