Skip to content

YMC-GitHub/vue-csr-dev-with-webpack-express

Repository files navigation

vue-csr-dev-with-webpack-express

desc

vue app develop with webpack + express (csr mode)

note: you can also start your project with Vue CLI

screenshot

project diretory constructor

get detail here

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))

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

some command

# install dependencies
npm install # or yarn install

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

# build for production
npm run build

# serve in production mode
npm start

author

yemiancheng ymc-github@gmail.com

contributor

eteplus eterplus@gmail.com

License

MIT

About

run vue app development with webpack + express (csr mode)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published