willhalling / vuejs_boilerplate

Vue skeleton project with Vuex, SCSS & Bootstrap CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

otomo

TSL Banner Automation Processing System in Vue.js

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# serve storybook
npm run storybook

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

Application Structure

├── build
├── config
├── node_modules
├── src
│   ├── assets
│   ├── components
│   ├── router
│   ├── store
│   │   ├── api.js
│   ├── App.vue
│   └── main.js
├── static
├── index.html
├── README.md
├── package.json
└── .gitignore

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

About

Vue skeleton project with Vuex, SCSS & Bootstrap CSS


Languages

Language:JavaScript 93.3%Language:Vue 5.6%Language:HTML 1.0%