Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork157
nativescript-vue/nativescript-vue.org
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is the source for thenativescript-vue.org website.
Contributions are welcome, all the content is placed in thecontent directory.
After cloning the repository, do the following steps
cd nativescript-vue.org/npm installnpm run build:jsnpm run build:cssnpm run buildThis sequence is only needed the first time. After that, the only command needed is:
npm run build
Install theserve npm package globaly:
npm install -g serve
Run the HTTP server using the already generateddist/ directory:
serve dist/
Now, you can open thehttp://localhost:5000 URL in your browser to see the generated docs.
In order to detect changes in thecontent directory and rebuild automatically the docs, run the following sentence:
npm run dev
About
NativeScript-Vue website
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.