Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codincat/vue-webpack-skeleton

deprecated. check https://github.com/CodinCat/vue-webpack-plus
https://github.com/codincat/vue-webpack-skeleton

Last synced: 7 days ago
JSON representation

deprecated. check https://github.com/CodinCat/vue-webpack-plus

Awesome Lists containing this project

README

        

# update: Try Official vue-cli
https://github.com/vuejs/vue-cli

------

# Vue.js Skeleton

- Vue.js: http://vuejs.org/
- vue-router: https://github.com/vuejs/vue-router
- webpack: https://webpack.github.io/
- stylus: https://learnboost.github.io/stylus/
- uikit: http://getuikit.com/

## install dependencies

```
npm install
```

## dev server

```
npm run dev
```

open localhost:8080

![](http://i.imgur.com/VA7W3is.png)

## build

```
npm run build
```