SMC website
Instal dependencies
npm install
Start development server. You can edit files and same changes will be automatically applied in the interface.
npm run serve
W Build the application for production:
npm run build
- Refer existing pages in src/views
- For URLs refer router/index.js and App.vue. Use Vue Router documentation as well.
- For layouting and UI widgets refer vuetify documentation
- Committing and pushing the code will automatically update the website.
Create a file in markdown fromat in public/articles folder. Prepare the content by referring existing samples in that folder. Run
nodejs generateManifest.js
Commit the code and push to the repo.