# routerapp ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### Malá nápověda ``` npm i @vue/cli node_modules\.bin\vue create routerapp -> Manually select features -> mezerník -> (*) Router -> [ENTER] -> 3.x -> [ENTER] -> Use history -> [ENTER] -> ESLint with error prevention only -> [ENTER] -> Lint on safe -> [ENTER] -> In dedicated config file -> [ENTER nebo N] -> Save as present? (není potřeba) ```