@ehelply/vue-ehelply-client-library
v0.0.38
Published
* `npm run serve` will start the dev server * The main dev server page is automatically generated. * To add additional layouts, simply create a new layout Vue SFC inside of `/dev/layouts` * To add additional pages, simply create a new page Vue SFC
Downloads
42
Keywords
Readme
Vue eHelply Client Library
Developing
npm run serve
will start the dev server- The main dev server page is automatically generated.
- To add additional layouts, simply create a new layout Vue SFC inside of
/dev/layouts
- To add additional pages, simply create a new page Vue SFC inside of
/dev/pages
- If you find yourself adding files inside of
/dev
,/dev/router
, or/dev/components
then you're probably doing something wrong
- To add additional layouts, simply create a new layout Vue SFC inside of