During my introduction with Vue, i noticed that there are no good exemples how to build an SSR app on Vue.v3. So in this project i tried to make a universal and convenient template for development on the third version of the framework. The example of Sebastien Chopin demonstrated at VueConf.US 2018 was taken as a basis.
- Vue 3
- Vuex 4
- Vue router 4
- Babel
- Memory-fs
- Webpack
- Eslint
- JSDoc 3
build:client
- building client bundle to ./dist/client in dev modebuild:server
- building server bundle to ./dist/server in dev modebuild
- building both bundles in dev modestart
- runs serverdev
- runs server in dev mode with HMR all chenges in ram fsdev:fs
- runs server in dev mode with HMR all chenges in ram fs and real one *prod
- full build in prod modelint
- check eslint errors & fixclear_win:dist
- removes ./dist on windowsclear_uni:dist
- removes ./dist on linux