nwframework

0.1.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i nwframework

Weekly Downloads

0

Version

0.1.3

License

none

Unpacked Size

9.19 MB

Total Files

102

Last publish

Collaborators

  • nw_tech