Skip to content

Rouche/vue-ts-template

Repository files navigation

Solutions for Vue separation of concerns.

This project is a sandbox for multiple solutions to separate template, code and style from vue files.

This project uses:

You can separate files in 3 way:

vue-pre-loader

Mustache is used to pre-process the template and change it before vue-loader.

TODO Documentation

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

Debug webpack build (windows)

https://webpack.js.org/contribute/debugging/

Start server:

node[-nightly] --inspect-brk .\node_modules\webpack\bin\webpack.js --config .\node_modules\@vue\cli-service\webpack.config.js

Then: In chrome, enter address: chrome://inspect

Cheat sheet doc and links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published