aws-amplify-vue
A Vue.js starter app integrated with AWS Amplify
File Explorer
Download Latest Version (.zip)- PULL_REQUEST_TEMPLATE.md
- build.js
- check-versions.js
- logo.png
- utils.js
- vue-loader.conf.js
- webpack.base.conf.js
- webpack.dev.conf.js
- webpack.prod.conf.js
- dev.env.js
- index.js
- prod.env.js
- test.env.js
- aws-amplify-vue-sample.png
- Home.vue
- index.js
- Menu.vue
- Profile.vue
- ProfileForm.vue
- graphqlActions.js
- index.js
- Note.vue
- Notes.vue
- index.js
- NotesTheme.js
- index.js
- store.js
- App.vue
- main.js
- .gitkeep
- avatar.png
- Home.spec.js
- .eslintrc
- .babelrc
- .editorconfig
- .eslintignore
- .eslintrc.js
- .gitignore
- .postcssrc.js
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- index.html
- LICENSE
- NOTICE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/amazon-archives/aws-amplify-vue
Downloads the entire project code from GitHub to your computer.
cd aws-amplify-vue
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install
Downloads and installs the libraries listed in package.json.
$ npm install -g @aws-amplify/cli
Downloads and installs the libraries listed in package.json.
$ npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
