https://github.com/victorsteven/vuejs-github-challenge
https://github.com/victorsteven/vuejs-github-challenge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/victorsteven/vuejs-github-challenge
- Owner: victorsteven
- Created: 2019-05-31T17:41:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T08:36:18.000Z (over 4 years ago)
- Last Synced: 2025-01-11T09:19:19.162Z (5 months ago)
- Language: Vue
- Size: 352 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FE Coding Challenge
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).## Technologies Used
- [VueJS](https://vuejs.org/v2/guide/)
- [Bootstrap](https://getbootstrap.com).
- [ESLint](https://eslint.org/).
- [Airbnb](https://www.npmjs.com/package/eslint-config-airbnb).
- [Amplify](https://aws-amplify.github.io/)## Testing Tools
- [Jest](https://chaijs.com).### VueJS
Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable.### Bootstrap
Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.### Amplify
AWS Amplify makes it easy to create, configure, and implement scalable mobile and web apps powered by AWS. Amplify seamlessly provisions and manages your mobile backend and provides a simple framework to easily integrate your backend with your iOS, Android, Web, and React Native frontends. Amplify also automates the application release process of both your frontend and backend allowing you to deliver features faster.