Code Monkey home page Code Monkey logo

boilerplate-vuejs's Introduction

app-webpack

Um boilerplate do Vuejs criado pelo vue-cli init webpack contendo alguns componentes básicos para o desenvolvimento de uma aplicação: bootstrap e outros

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Estrutura de diretórios

webpack/
├── build/
├── config/
├─┬ dist/
│ └─┬ static/
│   ├── css/
│   ├── fonts/
│   ├── img/
│   └── js/
├── scripts/
├─┬ src/
│ ├── assets/
│ ├── components/
│ ├── router/
│ └── scss/
├── static/
└─┬ test/
  ├─┬ e2e/
  │ ├── custom-assertions/
  │ └── specs/
  └─┬ unit/
    └── specs/

Estrutura de diretórios e arquivos

webpack/
├─┬ build/
│ ├── build.js
│ ├── check-versions.js
│ ├── dev-client.js
│ ├── dev-server.js
│ ├── utils.js
│ ├── vue-loader.conf.js
│ ├── webpack.base.conf.js
│ ├── webpack.dev.conf.js
│ ├── webpack.prod.conf.js
│ └── webpack.test.conf.js
├─┬ config/
│ ├── dev.env.js
│ ├── index.js
│ ├── prod.env.js
│ └── test.env.js
├─┬ dist/
│ ├─┬ static/
│ │ ├─┬ css/
│ │ │ └── app.17ac7ff9d85998ab14ab80d481db5684.css
│ │ ├─┬ fonts/
│ │ │ ├── fontawesome-webfont.674f50d.eot
│ │ │ ├── fontawesome-webfont.af7ae50.woff2
│ │ │ ├── fontawesome-webfont.b06871f.ttf
│ │ │ └── fontawesome-webfont.fee66e7.woff
│ │ ├─┬ img/
│ │ │ └── fontawesome-webfont.912ec66.svg
│ │ └─┬ js/
│ │   ├── app.a5aaa4e4eb5b93396dcc.js
│ │   ├── app.a5aaa4e4eb5b93396dcc.js.map
│ │   ├── manifest.c34d336f525b20910ff5.js
│ │   ├── manifest.c34d336f525b20910ff5.js.map
│ │   ├── vendor.2d817150a300c85c17b6.js
│ │   └── vendor.2d817150a300c85c17b6.js.map
│ └── index.html
├─┬ scripts/
│ └── generate-docs.js
├─┬ src/
│ ├─┬ assets/
│ │ └── logo.png
│ ├─┬ components/
│ │ └── HelloWorld.vue
│ ├─┬ router/
│ │ └── index.js
│ ├─┬ scss/
│ │ └── app.scss
│ ├── App.vue
│ └── main.js
├── static/
├─┬ test/
│ ├─┬ e2e/
│ │ ├─┬ custom-assertions/
│ │ │ └── elementCount.js
│ │ ├─┬ specs/
│ │ │ └── test.js
│ │ ├── nightwatch.conf.js
│ │ └── runner.js
│ └─┬ unit/
│   ├─┬ specs/
│   │ └── Hello.spec.js
│   ├── .eslintrc
│   ├── index.js
│   └── karma.conf.js
├── .babelrc
├── .editorconfig
├── .eslintignore
├── .eslintrc.js
├── .postcssrc.js
├── doc-directory-create.js
├── doc-directory-tree.js
├── index.html
├── package-lock.json
├── package.json
└── README.md

Estrutura de diretórios: src

src/
├── assets/
├── components/
├── router/
└── scss/

Estrutura de diretórios e arquivos: src

src/
├─┬ assets/
│ └── logo.png
├─┬ components/
│ └── HelloWorld.vue
├─┬ router/
│ └── index.js
├─┬ scss/
│ └── app.scss
├── App.vue
└── main.js

boilerplate-vuejs's People

Contributors

farnetani avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.