Crownpeak Digital Experience Management (DXM) Software Development Kits (SDK) have been constructed to assist the Single Page App developer in developing client-side applications that leverage DXM for content management purposes.
https://github.com/crownpeak/dxm-react-sdk
https://github.com/crownpeak/dxm-vuejs-sdk
https://github.com/crownpeak/dxm-angular-sdk
- Clone this repository to your local development environment;
- Install the necessary Node Modules (e.g.,
yarn install
), then start the application (i.e.,yarn start
); - Run
yarn crownpeak init
and thenyarn crownpeak patch
to set up a new Site Root and Project. See the instructions in each SDK, above, for more detailed instructions; - Create your .env file containing the detail for your CMS Instance (see one of the SDK README pages (above) for more detail);
- Begin developing and scaffold when you want to apply changes to DXM (i.e.,
yarn crownpeak scaffold
).
Thanks to:
- Richard Lund for the refactoring;
- Paul Taylor for a few edits ;)
- Marcus Edwards for the 'init' and 'parse' modules
MIT License
Copyright (c) 2021 Crownpeak Technology, inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.