Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avrcoelho/spa-angularjs
https://github.com/avrcoelho/spa-angularjs
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avrcoelho/spa-angularjs
- Owner: avrcoelho
- Created: 2019-08-26T12:16:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:05:20.000Z (about 2 years ago)
- Last Synced: 2024-11-08T04:39:47.670Z (2 months ago)
- Language: JavaScript
- Size: 3.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SPA Customers - AngularJS
SPA (Single apge application) desenvolvida utilizando o framework AngularJS, Bootstrap e Jquery.
Com ela é possivel cadastrar, editar, excluir e listar clientes.Foi utilizado o Webpack para gerar os bundles da aplicação dividida em 3 bundles para que um unico não ficasse muito pesado.
## Instalar dependencias
```
npm install ou yarn (Obs: é necessario ter o bower instalado)
```## Executando (Modo de desenvolvimento)
```
npm run start ou yarn start
```## Executando (Modo de produção)
```
npm run build ou yarn build
```## Dependencias
- [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome)
- [angular](https://www.npmjs.com/package/angular)
- [angular-route](https://www.npmjs.com/package/angular-route)
- [angular-ui-mask](https://www.npmjs.com/package/angular-ui-mask)
- [bootbox](http://bootboxjs.com/)
- [bootstrap](https://getbootstrap.com/)
- [jquery](https://jquery.com/)
- [popper.js](https://popper.js.org/)## Dependencias de desenvolvimento
- [copy-webpack-plugin](https://www.npmjs.com/package/copy-webpack-plugin)
- [css-loader](https://github.com/webpack-contrib/css-loader)
- [eslint](https://eslint.org/)
- [eslint-config-airbnb-base](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb-base)
- [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import)
- [html-loader](https://github.com/webpack-contrib/html-loader)
- [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin)
- [node-sass](https://github.com/sass/node-sass)
- [rimraf](https://www.npmjs.com/package/rimraf)
- [sass-loader](https://github.com/webpack-contrib/sass-loader)
- [style-loader](https://github.com/webpack-contrib/style-loader)
- [webpack](https://webpack.js.org/)
- [webpack-cli](https://github.com/webpack/webpack-cli)
- [webpack-dev-server](https://github.com/webpack/webpack-dev-server)