0.1.3 • Published 1 year ago

nwframework v0.1.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

NWFramework

Generate NWFramework library

npm run build-lib

Docsify installation

npm -i docsify-cli -g
docsify init ./docs 
docsify serve ./docs

Generate .md file using VueDoc

npm install --global @vuedoc/parser @vuedoc/md

Generate a Markdown documentation in a file docs/textarea.md

vuedoc.md src/components/textarea.vue --output docs/

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

Install Test Project

cd test
mkdir -p reports/logs
npm install

Run tests

Either at root project or inside test project

npm run test

Will execute all tests (E2E, Components and Units).

For specific test running, please refer to the documentation or have a look to the script section inside the test/package.json

Customize configuration

See Configuration Reference.