Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ymc-github/vue-csr-dev-with-webpack

run vue app development with webpack (csr mode)
https://github.com/ymc-github/vue-csr-dev-with-webpack

babel6 eslint4 less3 postcss6 sass4 webpack-dev-server2 webpack3

Last synced: 6 days ago
JSON representation

run vue app development with webpack (csr mode)

Awesome Lists containing this project

README

        

# vue-csr-dev-with-webpack

## desc

vue app csr develop with webpack (csr mode)

note: you can also start your project with [Vue CLI](https://cli.vuejs.org/)

## project diretory constructor

get detail [here](./note/dir-construtor.md)

## some important deps for csr develop

- eslint (lint .js .vue file)
- babel (handle es6+)
- webpack (pack lib)
- postcss (handle css style with future feat)
- node-sass (handle sass/scss style (optional))
- less (handle less style (optional))
- webpack-dev-server (use him as a simple server when develop)

note: remember to take care of their version with each other.

## some config

get detail [here](./note/some-config-desc.md)

## some command

```sh
#install his deps
: <

## contributor

Evan You

## License

MIT