2.20.0-6.10 • Published 4 years ago

smt-trend v2.20.0-6.10

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

smt.web.topology

Project setup

npm i node-sass -g --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ --unsafe-perm
npm i --registry https://registry.npm.taobao.org --unsafe-perm

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

when using vscode, you should make a file settings.json in the .vscode folder

  • settings.json
{
    "html.format.wrapLineLength": 0,
    "vetur.format.defaultFormatter.ts": "vscode-typescript",
    "vetur.format.defaultFormatter.js": "vscode-typescript",
    "vetur.format.defaultFormatter.html": "js-beautify-html",
    "vetur.format.defaultFormatterOptions": {
        "js-beautify-html": {
            "wrap_attributes": "auto",
            "wrap_line_length": 12000,
        },
    },
    "html.format.indentInnerHtml": true,
    "html-css-class-completion.enableEmmetSupport": true,
    "editor.wordWrapColumn": 12000,
}