Skip to content

Commit

Permalink
Creando un proyecto angular 1.6 con webpack 4
Browse files Browse the repository at this point in the history
  • Loading branch information
oddbytes committed Apr 8, 2018
1 parent 3daca41 commit a0e8d94
Show file tree
Hide file tree
Showing 11 changed files with 10,444 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -5,3 +5,4 @@ Código de los ejemplos mostrados en https://oddbytes.net

* [Como pasar parametros a la instancia principal de una aplicación Vue](https://oddbytes.net/vue-js/como-pasar-parametros-a-una-aplicacion-vue-js/ "Como pasar parametros a la instancia raíz de una aplicación Vue").

* [Creando un proyecto angular 1.6 con webpack 4](https://oddbytes.net/angularjs/angular-1-6-con-webpack-4/ "Creando un proyecto angular 1.6 con webpack 4").
12 changes: 12 additions & 0 deletions angular1.6-webpack/.gitignore
@@ -0,0 +1,12 @@
.DS_Store
node_modules/
dist/
npm-debug.log
yarn-error.log

# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln

0 comments on commit a0e8d94

Please sign in to comment.